@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix wdrs: <http://www.w3.org/2007/05/powder-s#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns0: <http://www.w3.org/TR/powder-dr/#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . wdrs:certified a owl:DatatypeProperty ; rdfs:comment "A property that takes a Boolean value to declare whether the author of the data certifies the described resource."@en ; rdfs:isDefinedBy ns0:certification ; rdfs:label "certified"@en ; rdfs:range xsd:boolean .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://www.w3.org/TR/powder-dr/#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

wdrs:certified
    a owl:DatatypeProperty ;
    rdfs:comment "A property that takes a Boolean value to declare whether the author of the data certifies the described resource."@en ;
    rdfs:isDefinedBy ns0:certification ;
    rdfs:label "certified"@en ;
    rdfs:range xsd:boolean .