@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:propertyType a owl:AsymmetricProperty, owl:ObjectProperty ; rdfs:comment "Specification of the associated ProeprtyType." ; rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/qu" ; rdfs:label "propertyType" ; rdfs:range ns0:PropertyKind ; rdfs:seeAlso "http://www.omgsysml.org/qudv#Quantity" .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:propertyType
    a owl:AsymmetricProperty, owl:ObjectProperty ;
    rdfs:comment "Specification of the associated ProeprtyType." ;
    rdfs:isDefinedBy "http://purl.oclc.org/NET/ssnx/qu" ;
    rdfs:label "propertyType" ;
    rdfs:range ns0:PropertyKind ;
    rdfs:seeAlso "http://www.omgsysml.org/qudv#Quantity" .