@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.oclc.org/NET/ssnx/qu/qu#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dc: <http://purl.org/dc/elements/1.1/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:generalQuantityKind dc:source "skos:exactMatch 'general' [SysML 1.2-QUDV] http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv", "skos:exactMatch 'generalization' [QUDT] http:qudt.org" ; a owl:IrreflexiveProperty, owl:ObjectProperty ; rdfs:comment "A generalization relationship between two kinds of quantities." ; rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/qu" ; rdfs:label "generalQuantityKind" ; rdfs:range ns0:QuantityKind ; rdfs:seeAlso "http://www.omgsysml.org/qudv#Quantity" ; owl:inverseOf ns0:specificQuantityKind .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.oclc.org/NET/ssnx/qu/qu#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:generalQuantityKind
    dc:source "skos:exactMatch 'general' [SysML 1.2-QUDV] http://www.omgwiki.org/OMGSysML/doku.php?id=sysml-qudv:quantities_units_dimensions_values_qudv", "skos:exactMatch 'generalization' [QUDT] http:qudt.org" ;
    a owl:IrreflexiveProperty, owl:ObjectProperty ;
    rdfs:comment "A generalization relationship between two kinds of quantities." ;
    rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/qu" ;
    rdfs:label "generalQuantityKind" ;
    rdfs:range ns0:QuantityKind ;
    rdfs:seeAlso "http://www.omgsysml.org/qudv#Quantity" ;
    owl:inverseOf ns0:specificQuantityKind .