<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="http://qudt.org/schema/qudt/"
xmlns:j.1="http://purl.org/dc/terms/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#" >
<rdf:Description rdf:about="http://qudt.org/schema/qudt/code">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<j.1:description>
A code is a string that uniquely identifies a QUDT concept.
The use of this property has been deprecated.
</j.1:description>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/shacl/qudt"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<j.1:description rdf:datatype="http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML">A code is a string that uniquely identifies a QUDT concept. The use of this property has been deprecated.</j.1:description>
<j.0:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</j.0:deprecated>
<rdfs:domain rdf:resource="http://qudt.org/schema/qudt/Concept"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/2.1/schema/qudt"/>
<rdfs:label>code</rdfs:label>
</rdf:Description>
</rdf:RDF>
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/schema/qudt/code>
rdf:type rdf:Property ;
rdf:type owl:DatatypeProperty ;
<http://purl.org/dc/terms/description> """
A code is a string that uniquely identifies a QUDT concept.
The use of this property has been deprecated.
""" ;
<http://purl.org/dc/terms/description> "A code is a string that uniquely identifies a QUDT concept. The use of this property has been deprecated."^^rdf:HTML ;
<http://qudt.org/schema/qudt/deprecated> true ;
rdfs:domain <http://qudt.org/schema/qudt/Concept> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/qudt> ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "code" ;
.
{"resource":"code"
,"qname":"qudt:code"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/code"
,"properties":["deprecated":"true"
,"description":"\n A code is a string that uniquely identifies a QUDT concept.\n The use of this property has been deprecated.\n "
,"description":"A code is a string that uniquely identifies a QUDT concept. The use of this property has been deprecated."
,"domain":"qudt:Concept"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/qudt>"
,"isDefinedBy":"<http:\/\/qudt.org\/2.1\/schema\/shacl\/qudt>"
,"label":"code"
,"type":"rdf:Property"
,"type":"owl:DatatypeProperty"
]}