Property: Example Resource (ov:exampleResource.html)

Full URI: http://open.vocab.org/terms/exampleResource

an example resource using a vocabulary term or terms

ex:p ov:exampleResource [ ex:p "example" ] . ex:C ov:exampleResource [ a ex:C ] .

Class Information

Having this property implies being a http://www.w3.org/1999/02/22-rdf-syntax-ns#Schema

Every value of this property is a rdfs:Resource

Edit | Add sub-property

Change History

  • 2009-03-24T03:47:39Z Anonymous user at 89.206.133.59 said "Created"

This term is considered to be unstable. Unstable terms may be edited at any time by anyone so their meaning may change unpredictably.

RDF

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ov: <http://open.vocab.org/terms/> .
@prefix status: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix o: <http://open.vocab.org/> .
@prefix label: <http://purl.org/net/vocab/2004/03/label#> .

ov:exampleResource status:term_status "unstable" ;
                   rdfs:domain rdf:Schema ;
                   rdfs:isDefinedBy o:terms ;
                   status:userdocs <http://open.vocab.org/terms/exampleResource.html> ;
                   rdfs:range rdfs:Resource ;
                   label:plural "Example Resources"@en ;
                   rdfs:comment "an example resource using a vocabulary term or terms"@en ;
                   rdf:type rdf:Property ;
                   rdfs:label "Example Resource"@en ;
                   ov:markdownDescription '''ex:p ov:exampleResource [ ex:p "example" ] .
ex:C ov:exampleResource [ a ex:C  ] .'''@en .

This description in other formats: RDF/XML, Turtle, RDF/JSON