http://schema.org/version
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | schema:version | xsd:string |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
schema:version a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "hasVersion"@en ;
rdfs:comment "The latest version of the output of a Thematic Network that is available."@en ;
rdfs:range xsd:string .