An rdf:List that can be used in property constraints as value for sh:or to indicate that all values
of a property must be a string, an integer, a float, a double or a decimal.
An rdf:List that can be used in property constraints as value for sh:or to indicate that all values
of a property must be a string, an integer, a float, a double or a decimal.
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:j.0="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/NumericTypeUnion">
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#List"/>
<j.0:description>
An rdf:List that can be used in property constraints as value for sh:or to indicate that all values
of a property must be a string, an integer, a float, a double or a decimal.
</j.0:description>
<rdf:first rdf:nodeID="A0"/>
<rdf:rest rdf:nodeID="A1"/>
<rdfs:isDefinedBy rdf:resource="http://qudt.org/3.0.0/schema/shacl/qudt"/>
<rdfs:label>Numeric Type Union</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/NumericTypeUnion>
rdf:type rdf:List ;
<http://purl.org/dc/terms/description> """
An rdf:List that can be used in property constraints as value for sh:or to indicate that all values
of a property must be a string, an integer, a float, a double or a decimal.
""" ;
rdf:first [] ;
rdf:rest [] ;
rdfs:isDefinedBy <http://qudt.org/3.0.0/schema/shacl/qudt> ;
rdfs:label "Numeric Type Union" ;
.
{"resource":"Numeric Type Union"
,"qname":"qudt:NumericTypeUnion"
,"uri":"http:\/\/qudt.org\/schema\/qudt\/NumericTypeUnion"
,"properties":["description":"\n An rdf:List that can be used in property constraints as value for sh:or to indicate that all values\n of a property must be a string, an integer, a float, a double or a decimal.\n "
,"first":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.0.0\/schema\/shacl\/qudt>"
,"label":"Numeric Type Union"
,"rest":null
,"type":"rdf:List"
]}