Class: House (ov:House.html)

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

Structure in which someone lives

This is just a test

Class Information

Being a member of this class implies also being a member of ov:building

No member of this class can also be a member of ov:horse

Relation to Other Classes

Equivalent to: ov:domicile

Edit | Add sub-class

Change History

  • 2009-06-05T17:44:09Z Anonymous user at 69.205.162.114 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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

ov:House status:term_status "unstable" ;
         rdfs:isDefinedBy o:terms ;
         rdfs:subClassOf ov:building ;
         status:userdocs <http://open.vocab.org/terms/House.html> ;
         label:plural "Houses"@en ;
         owl:equivalentClass ov:domicile ;
         rdfs:comment "Structure in which someone lives"@en ;
         owl:disjointWith ov:horse ;
         rdf:type owl:Class ;
         rdfs:label "House"@en ;
         ov:markdownDescription "This is just a test"@en .

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