Matches in LOV for { <http://purl.org/vocommons/voaf#hasEquivalencesWith> ?p ?o. }
Showing items 1 to 11 of
11
with 100 items per page.
- hasEquivalencesWith description "PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#>\n\t\tPREFIX owl:<http://www.w3.org/2002/07/owl#>\n\t\tPREFIX voaf:<http://purl.org/vocommons/voaf#>\n\t\tPREFIX skos:<http://www.w3.org/2004/02/skos/core#>\n\t\t\n\t\tCONSTRUCT{\n\t\t\t?vocab1 voaf:hasEquivalencesWith ?vocab2\n\t\t}\n\t\tWHERE{\n\t\t\t{?elem1 owl:equivalentProperty ?elem2.}\n\t\t\tUNION{?elem1 owl:sameAs ?elem2.}\n\t\t\tUNION{?elem1 owl:equivalentClass ?elem2.}\n\t\t\tUNION{?elem2 owl:equivalentProperty ?elem1.}\n\t\t\tUNION{?elem2 owl:equivalentClass ?elem1.}\n\t\t\tUNION{?elem1 skos:exactMatch ?elem2.}\n\t\t\tUNION{?elem2 skos:exactMatch ?elem1.}\n\t\t\tFILTER(!isBlank(?elem2))\n\t\t\t?elem1 rdfs:isDefinedBy ?vocab1.\n\t\t\t?vocab1 a voaf:Vocabulary.\n\t\t\t?elem2 rdfs:isDefinedBy ?vocab2.\n\t\t\t?vocab2 a voaf:Vocabulary.\n\t\t\tFILTER(?vocab1!=?vocab2)\n\t\t}".
- hasEquivalencesWith type ObjectProperty.
- hasEquivalencesWith comment "Indicates that the subject vocabulary declares some equivalent classes or properties with the object vocabulary.".
- hasEquivalencesWith comment "Indique que le vocabulaire sujet déclare des équivalences de classes ou de propriétés avec le vocabulaire objet".
- hasEquivalencesWith domain Vocabulary.
- hasEquivalencesWith isDefinedBy voaf.
- hasEquivalencesWith label "a des équivalences avec".
- hasEquivalencesWith label "has equivalences with".
- hasEquivalencesWith range Vocabulary.
- hasEquivalencesWith subPropertyOf reliesOn.
- hasEquivalencesWith term_status "testing".