π Temple (class)
note
https://know.dev/Temple
(know:Temple
)
Propertiesβ
Specificationβ
- Turtle
- JSON-LD
- RDF/XML
@prefix know: <https://know.dev/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
know:Temple a owl:Class;
rdfs:label "Temple"@en;
rdfs:subClassOf know:Place;
owl:equivalentClass schema:PlaceOfWorship;
know:glyph "π" .
{
"@context": {
"dcterms": "http://purl.org/dc/terms/",
"foaf": "http://xmlns.com/foaf/0.1/",
"know": "https://know.dev/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"schema": "https://schema.org/",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@id": "know:Temple",
"@type": "owl:Class",
"owl:equivalentClass": {
"@id": "schema:PlaceOfWorship"
},
"rdfs:subClassOf": {
"@id": "know:Place"
},
"rdfs:label": {
"@language": "en",
"@value": "Temple"
},
"know:glyph": "π"
}
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:know="https://know.dev/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:schema="https://schema.org/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Class rdf:about="https://know.dev/Temple">
<owl:equivalentClass rdf:resource="https://schema.org/PlaceOfWorship"/>
<rdfs:subClassOf rdf:resource="https://know.dev/Place"/>
<rdfs:label xml:lang="en">Temple</rdfs:label>
<know:glyph>π</know:glyph>
</owl:Class>
</rdf:RDF>