@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://meta.icos-cp.eu/ontologies/cpmeta/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:hasAncillaryDataValue a owl:DatatypeProperty ; rdfs:comment "parent property for ancillary value properties whose values are plain literals (not from vocabularies)" ; rdfs:domain ns0:AncillaryEntry ; rdfs:label "ancillary data value" ; rdfs:range rdfs:Literal .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://meta.icos-cp.eu/ontologies/cpmeta/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:hasAncillaryDataValue
    a owl:DatatypeProperty ;
    rdfs:comment "parent property for ancillary value properties whose values are plain literals (not from vocabularies)" ;
    rdfs:domain ns0:AncillaryEntry ;
    rdfs:label "ancillary data value" ;
    rdfs:range rdfs:Literal .