This HTML5 document contains 12 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
n9http://www.w3.org/2003/06/sw-vocab-status/ns#
dctermshttp://purl.org/dc/terms/
n2http://purl.org/vocommons/voaf#
pwdrhttp://www.w3.org/2007/05/powder-s#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n4http://purl.org/vocommons/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n7http://ods-qa.openlinksw.com:8896/about/id/entity/http/purl.org/vocommons/
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
n2:hasEquivalencesWith
rdf:type
owl:ObjectProperty
rdfs:subPropertyOf
n2:reliesOn
rdfs:comment
Indique que le vocabulaire sujet déclare des équivalences de classes ou de propriétés avec le vocabulaire objet Indicates that the subject vocabulary declares some equivalent classes or properties with the object vocabulary.
rdfs:domain
n2:Vocabulary
rdfs:isDefinedBy
n4:voaf
rdfs:label
has equivalences with a des équivalences avec
rdfs:range
n2:Vocabulary
pwdr:describedby
n7:voaf
dcterms:description
PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX voaf:<http://purl.org/vocommons/voaf#> PREFIX skos:<http://www.w3.org/2004/02/skos/core#> CONSTRUCT{ ?vocab1 voaf:hasEquivalencesWith ?vocab2 } WHERE{ {?elem1 owl:equivalentProperty ?elem2.} UNION{?elem1 owl:sameAs ?elem2.} UNION{?elem1 owl:equivalentClass ?elem2.} UNION{?elem2 owl:equivalentProperty ?elem1.} UNION{?elem2 owl:equivalentClass ?elem1.} UNION{?elem1 skos:exactMatch ?elem2.} UNION{?elem2 skos:exactMatch ?elem1.} FILTER(!isBlank(?elem2)) ?elem1 rdfs:isDefinedBy ?vocab1. ?vocab1 a voaf:Vocabulary. ?elem2 rdfs:isDefinedBy ?vocab2. ?vocab2 a voaf:Vocabulary. FILTER(?vocab1!=?vocab2) }
n9:term_status
testing