Place
Derivative Generators |
---|
Attributes
KeyField
|
LAM.11_place
|
---|---|
Identifier
|
LAM.11
|
Name
|
Place
|
Description
|
An area on the earth's surface, independent of time or any building or other material that might be located there
|
Documentation
|
https://linked.art/model/place/
|
API Documentation
|
https://linked.art/api/1.0/endpoint/place/
|
Arches Example
|
http://www.thesemantictakin.com:8000/graph_designer/f6e89030-b4b4-11ea-84f7-3af9d3b32b71
|
SparQL List
|
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE { ?subject a crm:E53_Place .
OPTIONAL {?subject rdfs:label ?subject_label . }
} LIMIT 100
|
SparQL Count
|
PREFIX la: <https://linked.art/ns/terms/>
PREFIX aat: <http://vocab.getty.edu/aat/>
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/>
PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT (count(?subject) as ?subject_count) WHERE { ?subject a crm:E53_Place .
OPTIONAL {?subject rdfs:label ?subject_label . }
}
|
count
|
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Fields
[CAT.1] Names and Identifiers
Identifier | Name | Field System Name | Description | CRM Path | Expected Value Type | SparQL List | SparQL Count | SparQL List Distinct | SparQL Count Distinct | Field | Derivatives | Count |
---|---|---|---|---|---|---|---|---|---|---|---|---|
LAF.6 | Name | name_content | This field is used to record the string value of the name attributed to the documented place. | ->p1->E33_E41[4_1]->p190->rdf:literal | String | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_6_name_content ?LAF_6_name_content_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P190_has_symbolic_content ?LAF_6_name_content . BIND(?LAF_6_name_content as ?value) . } LIMIT 100 | rect058aFRxVgHrNp | ||
LAF.5 | Name Type | name_type | This field is used to record the type of the appellation attributed to the documented place. | ->p1->E33_E41[4_1]->p2->E55[5_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_type_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_type_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_5_name_type ?LAF_5_name_type_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_type_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P2_has_type ?LAF_5_name_type . BIND(?LAF_5_name_type as ?value) . OPTIONAL { ?LAF_5_name_type rdfs:label ?LAF_5_name_type_label . } } LIMIT 100 | recSQDDsYM8LHc5jI | ||
LAF.7 | Name Language | name_language | This field is used to record the language of the name attributed to the documented place. | ->p1->E33_E41[4_1]->p72->E56[7_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_7_name_language ?LAF_7_name_language_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P72_has_language ?LAF_7_name_language . BIND(?LAF_7_name_language as ?value) . OPTIONAL { ?LAF_7_name_language rdfs:label ?LAF_7_name_language_label . } } LIMIT 100 | recx6DEv1GmIprdKT | ||
LAF.44 | Source Reference Work for Name | name_source_reference | This field is used to link to a source text in which the appellation denoting the documented place is used. | ->p1->E33_E41[4_1]->p67i->E33[44_1] | Reference Model | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_source_reference_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_source_reference_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_44_name_source_reference ?LAF_44_name_source_reference_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_source_reference_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P67i_is_referred_to_by ?LAF_44_name_source_reference . BIND(?LAF_44_name_source_reference as ?value) . OPTIONAL {?LAF_44_name_source_reference rdfs:label ?LAF_44_name_source_reference_label . } } LIMIT 100 | recdX8i8aJFyGuUWf | ||
LAF.4 | Name Label | name_label | This field is used to record the string value of the machine readable label used for displaying the instance of appellation that is used to denote the documented place. | ->p1->E33_E41[4_1]->rdfs:label->rdf:literal | String | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_4_name_label ?LAF_4_name_label_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name rdfs:label ?LAF_4_name_label . BIND(?LAF_4_name_label as ?value) .} LIMIT 100 | recfcjoEcjN1GIBgS | ||
LAF.35 | Name Part | name_part_content | This field is used to record the string value of the name part attributed to the documented entity. | ->p1->E33_E41[4_1]->p106->E33_E41[35_1]->p190->rdf:literal | String | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P190_has_symbolic_content ?LAF_35_name_part_content . BIND(?LAF_35_name_part_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P190_has_symbolic_content ?LAF_35_name_part_content . BIND(?LAF_35_name_part_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_35_name_part_content ?LAF_35_name_part_content_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P190_has_symbolic_content ?LAF_35_name_part_content . BIND(?LAF_35_name_part_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P190_has_symbolic_content ?LAF_35_name_part_content . BIND(?LAF_35_name_part_content as ?value) . } LIMIT 100 | rectlwB6mlkDdySQP | ||
LAF.34 | Name Part Type | name_part_type | This field is used to record the type of the name part attributed to the documented entity. | ->p1->E33_E41[4_1]->p106->E33_E41[33_1]->p2->E55[34_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P2_has_type ?LAF_34_name_part_type . BIND(?LAF_34_name_part_type as ?value) . OPTIONAL { ?LAF_34_name_part_type rdfs:label ?LAF_34_name_part_type_label .} } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P2_has_type ?LAF_34_name_part_type . BIND(?LAF_34_name_part_type as ?value) . OPTIONAL { ?LAF_34_name_part_type rdfs:label ?LAF_34_name_part_type_label .} } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_34_name_part_type ?LAF_34_name_part_type_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P2_has_type ?LAF_34_name_part_type . BIND(?LAF_34_name_part_type as ?value) . OPTIONAL { ?LAF_34_name_part_type rdfs:label ?LAF_34_name_part_type_label .} } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P2_has_type ?LAF_34_name_part_type . BIND(?LAF_34_name_part_type as ?value) . OPTIONAL { ?LAF_34_name_part_type rdfs:label ?LAF_34_name_part_type_label .} } LIMIT 100 | recftx5JN2PE3Skks | ||
LAF.36 | Name Part Language | name_part_language | This field is used to record the language of the name part attributed to the documented entity. | ->p1->E33_E41[4_1]->p106->E33_E41[33_1]->p72->E56[36_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P72_has_language ?LAF_36_name_part_language . BIND(?LAF_36_name_part_language as ?value) . OPTIONAL { ?LAF_36_name_part_language rdfs:label ?LAF_36_name_part_language_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P72_has_language ?LAF_36_name_part_language . BIND(?LAF_36_name_part_language as ?value) . OPTIONAL { ?LAF_36_name_part_language rdfs:label ?LAF_36_name_part_language_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_36_name_part_language ?LAF_36_name_part_language_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P72_has_language ?LAF_36_name_part_language . BIND(?LAF_36_name_part_language as ?value) . OPTIONAL { ?LAF_36_name_part_language rdfs:label ?LAF_36_name_part_language_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part crm:P72_has_language ?LAF_36_name_part_language . BIND(?LAF_36_name_part_language as ?value) . OPTIONAL { ?LAF_36_name_part_language rdfs:label ?LAF_36_name_part_language_label . }} LIMIT 100 | recClwYjbAyiU9tiQ | ||
LAF.33 | Name Part Label | name_part_label | This field is used to record the string value of the machine readable label used for displaying the instance of the name part that is used to denote the documented entity. | ->p1->E33_E41[4_1]->p106->E33_E41[33_1]->rdfs:label->rdf:literal | String | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part rdfs:label ?LAF_33_name_part_label . BIND(?LAF_33_name_part_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part rdfs:label ?LAF_33_name_part_label . BIND(?LAF_33_name_part_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_33_name_part_label ?LAF_33_name_part_label_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part rdfs:label ?LAF_33_name_part_label . BIND(?LAF_33_name_part_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_1_name . ?LAP_1_name a crm:E33_E41_Linguistic_Appellation . ?LAP_1_name crm:P106_is_composed_of ?LAP_54_name_part . ?LAP_54_name_part rdfs:label ?LAF_33_name_part_label . BIND(?LAF_33_name_part_label as ?value) .} LIMIT 100 | recbIl4QJbaDtnWaL | ||
LAF.10 | Identifier | identifier_content | This field is used to record an identifier attributed to the documented place. | ->p1->E42[8_1]->p190->rdf:literal | String | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_10_identifier_content ?LAF_10_identifier_content_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P190_has_symbolic_content ?LAF_10_identifier_content . BIND(?LAF_10_identifier_content as ?value) . } LIMIT 100 | recLMov5hS0XQD9tf | ||
LAF.9 | Identifier Type | identifier_type | This field is used to record the type of the identifier attributed to the documented place. | ->p1->E42[8_1]->p2->E55[9_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_type_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_type_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_9_identifier_type ?LAF_9_identifier_type_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_type_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P2_has_type ?LAF_9_identifier_type . BIND(?LAF_9_identifier_type as ?value) . OPTIONAL { ?LAF_9_identifier_type rdfs:label ?LAF_9_identifier_type_label . }} LIMIT 100 | recVpTd5ABdwoBAwR | ||
LAF.45 | Source Reference Work for Identifier | identifier_source_reference | This field is used to link to a source text in which the identifier denoting the documented place is used. | ->p1->E42[8_1]->p67i->E33[45_1] | Reference Model | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_source_reference_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_source_reference_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_45_identifier_source_reference ?LAF_45_identifier_source_reference_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_source_reference_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P67i_is_referred_to_by ?LAF_45_identifier_source_reference . BIND(?LAF_45_identifier_source_reference as ?value) . OPTIONAL {?LAF_45_identifier_source_reference rdfs:label ?LAF_45_identifier_source_reference_label . }} LIMIT 100 | recgfh1ID6uxeBP2y | ||
LAF.8 | Identifier Label | identifier_label | This field is used to record the string value of the machine readable label used for displaying the instance of identifier that is used to denote the documented place. | ->p1->E42[8_1]->rdfs:label->rdf:literal | String | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_8_identifier_label ?LAF_8_identifier_label_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier rdfs:label ?LAF_8_identifier_label . BIND(?LAF_8_identifier_label as ?value) .} LIMIT 100 | recWMQaB5yyprPgF1 | ||
LAF.434 | Identifier Data Assignment | identifier_data_assignment | This field is used to indicate the details of the data assignment of this identifier to the documented object. | ->p1->E42[8_1]->p141i->E13[434_1] | Collection | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_434_identifier_data_assignment ?LAF_434_identifier_data_assignment_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_2_identifier . ?LAP_2_identifier a crm:E42_Identifier . ?LAP_2_identifier crm:P141i_was_assigned_by ?LAF_434_identifier_data_assignment . BIND(?LAF_434_identifier_data_assignment as ?value) . OPTIONAL {?LAF_434_identifier_data_assignment rdfs:label ?LAF_434_identifier_data_assignment_label . }} LIMIT 100 | recdHHbPr3JgEg6NI | ||
LAF.37 | Exact Match | exact_match | This field is used to document a URI which is meant to indicate an equivalence between the documented entity and a resolvable, structured reference resource that stands as a document for this self same entity. | ->skos:ExactMatch->E1[37_1] | uri | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject skos:exactMatch ?LAF_37_exact_match . BIND(?LAF_37_exact_match as ?value) . OPTIONAL {?LAF_37_exact_match rdfs:label ?LAF_37_exact_match_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject skos:exactMatch ?LAF_37_exact_match . BIND(?LAF_37_exact_match as ?value) . OPTIONAL {?LAF_37_exact_match rdfs:label ?LAF_37_exact_match_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_37_exact_match ?LAF_37_exact_match_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject skos:exactMatch ?LAF_37_exact_match . BIND(?LAF_37_exact_match as ?value) . OPTIONAL {?LAF_37_exact_match rdfs:label ?LAF_37_exact_match_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject skos:exactMatch ?LAF_37_exact_match . BIND(?LAF_37_exact_match as ?value) . OPTIONAL {?LAF_37_exact_match rdfs:label ?LAF_37_exact_match_label . }} LIMIT 100 | reclwn0rzR2XxUuVh |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Name Part Language: Sample
Name Part Language |
Identifier: Sample
Identifier | Identifier Type | Identifier Label | Identifier Data Assignment | Source Reference Work for Identifier |
Name: Sample
Name Type | Source Reference Work for Name | Name Label | Name | Name Language |
Name Part Label: Sample
Name Part Label |
Name Part Type: Sample
Name Part Type |
Exact Match: Sample
Exact Match |
Name Part: Sample
Name Part |
[CAT.16] Classification
Identifier | Name | Field System Name | Description | CRM Path | Expected Value Type | SparQL List | SparQL Count | SparQL List Distinct | SparQL Count Distinct | Field | Derivatives | Count |
---|---|---|---|---|---|---|---|---|---|---|---|---|
LAF.11 | Type | type | This field is used to record the formal type of the documented place. | ->p2->E55[11_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_type_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_type_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_11_type ?LAF_11_type_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_type_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?LAP_3_type . ?LAP_3_type a crm:E55_Type . BIND (?LAP_3_type as ?LAF_11_type) . BIND(?LAF_11_type as ?value) . OPTIONAL {?LAF_11_type rdfs:label ?LAF_11_type_label . } } LIMIT 100 | recbJPEAXPPT61g08 |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Type: Sample
Type |
[CAT.13] Description
Identifier | Name | Field System Name | Description | CRM Path | Expected Value Type | SparQL List | SparQL Count | SparQL List Distinct | SparQL Count Distinct | Field | Derivatives | Count |
---|---|---|---|---|---|---|---|---|---|---|---|---|
LAF.15 | Statement | statement_content | This field is used to record the actual textual content of the statement describing a documented place. | ->p67i->E33[13_1]->p190->rdf:literal | String | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_15_statement_content ?LAF_15_statement_content_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content as ?value) . } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P190_has_symbolic_content ?LAF_15_statement_content . BIND(?LAF_15_statement_content as ?value) . } LIMIT 100 | reckGh3i738krVHNm | ||
LAF.14 | Statement Type | statement_type | This field is used to record the formal type of the statement made about the documented place. | ->p67i->E33[13_1]->p2->E55[14_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_type_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_type_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_14_statement_type ?LAF_14_statement_type_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_type_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_14_statement_type as ?value) . OPTIONAL {?LAF_14_statement_type rdfs:label ?LAF_14_statement_type_label . } } LIMIT 100 | recys7BFW0YBLvxQg | ||
PIRF.464 | Statement Classification Metatype | statement_type_metatype | This field is used to record the type of the formal type of the statement made about the documented entity. | ->p67i->E33[13_1]->p2->E55[14_1]->p2->E55[464_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . BIND(?LAF_14_statement_type as ?value) . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAF_14_statement_type crm:P2_has_type ?PIRF_464_statement_type_metatype . BIND(?PIRF_464_statement_type_metatype as ?value) . OPTIONAL { ?PIRF_464_statement_type_metatype rdfs:label ?PIRF_464_statement_type_metatype_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . BIND(?LAF_14_statement_type as ?value) . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAF_14_statement_type crm:P2_has_type ?PIRF_464_statement_type_metatype . BIND(?PIRF_464_statement_type_metatype as ?value) . OPTIONAL { ?PIRF_464_statement_type_metatype rdfs:label ?PIRF_464_statement_type_metatype_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?PIRF_464_statement_type_metatype ?PIRF_464_statement_type_metatype_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . BIND(?LAF_14_statement_type as ?value) . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAF_14_statement_type crm:P2_has_type ?PIRF_464_statement_type_metatype . BIND(?PIRF_464_statement_type_metatype as ?value) . OPTIONAL { ?PIRF_464_statement_type_metatype rdfs:label ?PIRF_464_statement_type_metatype_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . BIND(?LAF_14_statement_type as ?value) . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAF_14_statement_type crm:P2_has_type ?PIRF_464_statement_type_metatype . BIND(?PIRF_464_statement_type_metatype as ?value) . OPTIONAL { ?PIRF_464_statement_type_metatype rdfs:label ?PIRF_464_statement_type_metatype_label . }} LIMIT 100 | recqGe8eSrg99BmpA | ||
LAF.16 | Statement Language | statement_language | This field is used to record the language of the statement describing a documented place. | ->p67i->E33[13_1]->p72->E56[16_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_16_statement_language ?LAF_16_statement_language_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P72_has_language ?LAF_16_statement_language . BIND(?LAF_16_statement_language as ?value) . OPTIONAL {?LAF_16_statement_language rdfs:label ?LAF_16_statement_language_label . }} LIMIT 100 | recB62sRzIpyRJhzm | ||
LAF.55 | Source Reference Work for Statement | statement_source_reference | This field is used to link to a source text from which the statement describing the documented place is derived. | ->p67i->E33[13_1]->p67i->E33[55_1] | Reference Model | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_source_reference_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_source_reference_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_55_statement_source_reference ?LAF_55_statement_source_reference_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_source_reference_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P67i_is_referred_to_by ?LAF_55_statement_source_reference . OPTIONAL {?LAF_55_statement_source_reference rdfs:label ?LAF_55_statement_source_reference_label . } } LIMIT 100 | recC8TtfbmNHNz3Wk | ||
LAF.13 | Statement Label | statement_label | This field is used to record the string value of the machine readable label used for displaying the instance of statement that describes the documented place. | ->p67i->E33[13_1]->rdfs:label->rdf:literal | String | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_13_statement_label ?LAF_13_statement_label_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement rdfs:label ?LAF_13_statement_label . BIND(?LAF_13_statement_label as ?value) .} LIMIT 100 | recV7tSNHa0j1RDdl | ||
LAF.50 | Name for Statement | statement_name | This field is used to link to a name attributed to the statement made about a documented place. | ->p67i->E33[13_1]->p1->E33_E41[50_1] | Collection | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_name_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_name_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_50_statement_name ?LAF_50_statement_name_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_name_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_4_statement . ?LAP_4_statement a crm:E33_Linguistic_Object . ?LAP_4_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . ?LAP_4_statement crm:P1_is_identified_by ?LAF_50_statement_name . ?LAF_50_statement_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_50_statement_name as ?value) . OPTIONAL {?LAF_50_statement_name rdfs:label ?LAF_50_statement_name_label . }} LIMIT 100 | recoYNdWJJTOA1hZK |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Statement: Sample
Statement Language | Source Reference Work for Statement | Statement Label | Statement | Name for Statement | Statement Classification Metatype | Statement Type |
[CAT.9] Parthood
Identifier | Name | Field System Name | Description | CRM Path | Expected Value Type | SparQL List | SparQL Count | SparQL List Distinct | SparQL Count Distinct | Field | Derivatives | Count |
---|---|---|---|---|---|---|---|---|---|---|---|---|
LAF.29 | Part of Location | part_of_location | This field is used to record the broader place to which the documented place belongs as part. | ->p89->E53[29_1] | Reference Model | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P89_falls_within ?LAF_26_part_of_location . ?LAF_26_part_of_location a crm:E53_Place . BIND(?LAF_26_part_of_location as ?value) . OPTIONAL {?LAF_26_part_of_location rdfs:label ?LAF_26_part_of_location_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P89_falls_within ?LAF_26_part_of_location . ?LAF_26_part_of_location a crm:E53_Place . BIND(?LAF_26_part_of_location as ?value) . OPTIONAL {?LAF_26_part_of_location rdfs:label ?LAF_26_part_of_location_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_29_part_of_location ?LAF_29_part_of_location_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P89_falls_within ?LAF_26_part_of_location . ?LAF_26_part_of_location a crm:E53_Place . BIND(?LAF_26_part_of_location as ?value) . OPTIONAL {?LAF_26_part_of_location rdfs:label ?LAF_26_part_of_location_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P89_falls_within ?LAF_26_part_of_location . ?LAF_26_part_of_location a crm:E53_Place . BIND(?LAF_26_part_of_location as ?value) . OPTIONAL {?LAF_26_part_of_location rdfs:label ?LAF_26_part_of_location_label . }} LIMIT 100 | recirwza1d11TRgxd |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Part of Location: Sample
Part of Location |
[CAT.3] Qualities
Identifier | Name | Field System Name | Description | CRM Path | Expected Value Type | SparQL List | SparQL Count | SparQL List Distinct | SparQL Count Distinct | Field | Derivatives | Count |
---|---|---|---|---|---|---|---|---|---|---|---|---|
LAF.97 | Part of Set | member_of_set | This field is used to link the documented entity to a set of which it is a member. | ->la:member_of->la:Set[97_1] | Reference Model | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_97_member_of_set ?LAF_97_member_of_set_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject la:member_of ?LAF_97_member_of_set . ?LAF_97_member_of_set a la:Set . BIND(?LAF_97_member_of_set as ?value) . OPTIONAL {?LAF_97_member_of_set rdfs:label ?LAF_97_member_of_set_label . }} LIMIT 100 | recsznfWfsUSKAFYp | ||
LAF.30 | Coordinates | coordinates_geo_json | This field is used to record coordinate data which defines the geospatial location of the documented place. | ->p168->geo:geojson | GeoJson | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P168_place_is_defined_by ?LAF_30_coordinates_geo_json . BIND(?LAF_30_coordinates_geo_json as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P168_place_is_defined_by ?LAF_30_coordinates_geo_json . BIND(?LAF_30_coordinates_geo_json as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_30_coordinates_geo_json ?LAF_30_coordinates_geo_json_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P168_place_is_defined_by ?LAF_30_coordinates_geo_json . BIND(?LAF_30_coordinates_geo_json as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P168_place_is_defined_by ?LAF_30_coordinates_geo_json . BIND(?LAF_30_coordinates_geo_json as ?value) .} LIMIT 100 | rec7v8Vzg1O83IcIC | ||
PIRF.503 | Coordinates WKT | coordinates_wkt | This field is used to link a documented entity to a WKT coordinates that define it. | ->p168->geo:wkt | Annotation Data Type | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P168_place_is_defined_by ?PIRF_503_coordinates_wkt . BIND(?PIRF_503_coordinates_wkt as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P168_place_is_defined_by ?PIRF_503_coordinates_wkt . BIND(?PIRF_503_coordinates_wkt as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?PIRF_503_coordinates_wkt ?PIRF_503_coordinates_wkt_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P168_place_is_defined_by ?PIRF_503_coordinates_wkt . BIND(?PIRF_503_coordinates_wkt as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P168_place_is_defined_by ?PIRF_503_coordinates_wkt . BIND(?PIRF_503_coordinates_wkt as ?value) .} LIMIT 100 | reccfc9Kobx9smWQD | ||
LAF.31 | Approximating Location | approximated_location | This field is used to link the documented instance of place with another instance of place which approximates it. | ->p189i->E53[31_1] | Reference Model | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P189i_is_approximated_by ?LAF_31_approximated_location . ?LAF_31_approximated_location a crm:E53_Place . BIND(?LAF_31_approximated_location as ?value) . OPTIONAL {?LAF_31_approximated_location rdfs:label ?LAF_31_approximated_location_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P189i_is_approximated_by ?LAF_31_approximated_location . ?LAF_31_approximated_location a crm:E53_Place . BIND(?LAF_31_approximated_location as ?value) . OPTIONAL {?LAF_31_approximated_location rdfs:label ?LAF_31_approximated_location_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_31_approximated_location ?LAF_31_approximated_location_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P189i_is_approximated_by ?LAF_31_approximated_location . ?LAF_31_approximated_location a crm:E53_Place . BIND(?LAF_31_approximated_location as ?value) . OPTIONAL {?LAF_31_approximated_location rdfs:label ?LAF_31_approximated_location_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P189i_is_approximated_by ?LAF_31_approximated_location . ?LAF_31_approximated_location a crm:E53_Place . BIND(?LAF_31_approximated_location as ?value) . OPTIONAL {?LAF_31_approximated_location rdfs:label ?LAF_31_approximated_location_label . }} LIMIT 100 | recLPwKluuUdL6PCf |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Coordinates (Geo:JSON): Sample
Coordinates (Geo:JSON) |
Approximated Location: Sample
Approximated Location |
Coordinates WKT: Sample
Coordinates WKT |
Member of Set: Sample
Member of Set |
[CAT.5] Events
Identifier | Name | Field System Name | Description | CRM Path | Expected Value Type | SparQL List | SparQL Count | SparQL List Distinct | SparQL Count Distinct | Field | Derivatives | Count |
---|---|---|---|---|---|---|---|---|---|---|---|---|
LAF.429 | Data Assigner | data_assignment_actor | This field is used to indicate the actor responsible for the event of data assignment. | ->p141i->E13[429_1]->P14->E39[429_2] | Reference Model | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor . BIND(?LAF_429_data_assignment_actor as ?value) . OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor . BIND(?LAF_429_data_assignment_actor as ?value) . OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_429_data_assignment_actor ?LAF_429_data_assignment_actor_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor . BIND(?LAF_429_data_assignment_actor as ?value) . OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P14_carried_out_by ?LAF_429_data_assignment_actor . BIND(?LAF_429_data_assignment_actor as ?value) . OPTIONAL {?LAF_429_data_assignment_actor rdfs:label ?LAF_429_data_assignment_actor_label . }} LIMIT 100 | recluG2MWFwu85XFS | ||
LAF.553 | Object Used in Data Assignment | data_assignment_object_used | This field is used to link to an object that was specifically used in the context of the event of the data assignment. | ->p140i->E13[429_1]->p16->E70[553_1] | Reference Model | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used . BIND(?LAF_553_data_assignment_object_used as ?value) . OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used . BIND(?LAF_553_data_assignment_object_used as ?value) . OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_553_data_assignment_object_used ?LAF_553_data_assignment_object_used_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used . BIND(?LAF_553_data_assignment_object_used as ?value) . OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P16_used_specific_object ?LAF_553_data_assignment_object_used . BIND(?LAF_553_data_assignment_object_used as ?value) . OPTIONAL {?LAF_553_data_assignment_object_used rdfs:label ?LAF_553_data_assignment_object_used_label . }} LIMIT 100 | recPurCF690rN9NZ3 | ||
LAF.430 | Type of Data Assignment | data_assignment_type | This field is used to indicate the type of the event of data assignment. | ->p141i->E13[429_1]->P2->E55[430_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type . BIND(?LAF_430_data_assignment_type as ?value) . OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type . BIND(?LAF_430_data_assignment_type as ?value) . OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_430_data_assignment_type ?LAF_430_data_assignment_type_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type . BIND(?LAF_430_data_assignment_type as ?value) . OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P2_has_type ?LAF_430_data_assignment_type . BIND(?LAF_430_data_assignment_type as ?value) . OPTIONAL {?LAF_430_data_assignment_type rdfs:label ?LAF_430_data_assignment_type_label . }} LIMIT 100 | recKgO2BRijh9Hk4e | ||
LAF.431 | Data Assignment Label | data_assignment_label | This field is used to indicate the machine readable label for the event of data assignment. | ->p141i->E13[429_1]->rdfs:label->rdf:literal | String | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label . BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label . BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_431_data_assignment_label ?LAF_431_data_assignment_label_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label . BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment rdfs:label ?LAF_431_data_assignment_label . BIND(?LAF_431_data_assignment_label as ?value) .} LIMIT 100 | recu4tm6SaVUucGCt | ||
LAF.433 | TimeSpan of Data Assignment | data_assignment_timespan | This field is used to indicate the timespan for the event of data assignment. | ->p141i->E13[429_1]->p4->E52[433_1] | Collection | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan . BIND(?LAF_433_data_assignment_timespan as ?value) . OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan . BIND(?LAF_433_data_assignment_timespan as ?value) . OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_433_data_assignment_timespan ?LAF_433_data_assignment_timespan_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan . BIND(?LAF_433_data_assignment_timespan as ?value) . OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P4_has_time-span ?LAF_433_data_assignment_timespan . BIND(?LAF_433_data_assignment_timespan as ?value) . OPTIONAL {?LAF_433_data_assignment_timespan rdfs:label ?LAF_433_data_assignment_timespan_label . }} LIMIT 100 | recQ07OEimde2JC2J | ||
LAF.432 | Name of Data Assignment | data_assignment_name | This field is used to indicate the name given to the event of data assignment. | ->p141i->E13[429_1]->p1->E41[432_1] | Collection | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name . ?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_432_data_assignment_name as ?value) . OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name . ?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_432_data_assignment_name as ?value) . OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_432_data_assignment_name ?LAF_432_data_assignment_name_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name . ?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_432_data_assignment_name as ?value) . OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P1_is_identified_by ?LAF_432_data_assignment_name . ?LAF_432_data_assignment_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_432_data_assignment_name as ?value) . OPTIONAL {?LAF_432_data_assignment_name rdfs:label ?LAF_432_data_assignment_name_label . }} LIMIT 100 | recXYpxTl6uOqGSMS | ||
LAF.552 | Statement about Data Assignment | data_assignment_statement | This field is used to document free text statements about the event of data assignment. | ->p141i->E13[429_1]->p67i->E33[552_1] | Collection | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement . ?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object . ?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_552_data_assignment_statement as ?value) . OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement . ?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object . ?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_552_data_assignment_statement as ?value) . OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_552_data_assignment_statement ?LAF_552_data_assignment_statement_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement . ?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object . ?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_552_data_assignment_statement as ?value) . OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P141i_was_assigned_by ?LAP_36_data_assignment . ?LAP_36_data_assignment a crm:E13_Attribute_Assignment . ?LAP_36_data_assignment crm:P67i_is_referred_to_by ?LAF_552_data_assignment_statement . ?LAF_552_data_assignment_statement a crm:E33_Linguistic_Object . ?LAF_552_data_assignment_statement crm:P2_has_type ?LAF_14_statement_type . ?LAF_14_statement_type crm:P2_has_type <http://vocab.getty.edu/aat/300418049> . BIND(?LAF_552_data_assignment_statement as ?value) . OPTIONAL {?LAF_552_data_assignment_statement rdfs:label ?LAF_552_data_assignment_statement_label . }} LIMIT 100 | recKxgcL9OIIovhqL |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Data Assignment: Sample
Type of Data Assignment | Statement about Data Assignment | Object Used in Data Assignment | TimeSpan of Data Assignment | Name of Data Assignment | Data Assigner | Data Assignment Label |
[CAT.14] Documentation
Identifier | Name | Field System Name | Description | CRM Path | Expected Value Type | SparQL List | SparQL Count | SparQL List Distinct | SparQL Count Distinct | Field | Derivatives | Count |
---|---|---|---|---|---|---|---|---|---|---|---|---|
LAF.562 | Depicting Image | depicting_image | This field is used to record the existence of an image which depicts the documented entity. | ->P138i->E36[562_1] | Reference Model | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P138i_has_representation ?LAF_562_depicting_image . ?LAF_562_depicting_image a crm:E36_Visual_Item . BIND(?LAF_562_depicting_image as ?value) . OPTIONAL {?LAF_562_depicting_image rdfs:label ?LAF_562_depicting_image_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P138i_has_representation ?LAF_562_depicting_image . ?LAF_562_depicting_image a crm:E36_Visual_Item . BIND(?LAF_562_depicting_image as ?value) . OPTIONAL {?LAF_562_depicting_image rdfs:label ?LAF_562_depicting_image_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_562_depicting_image ?LAF_562_depicting_image_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P138i_has_representation ?LAF_562_depicting_image . ?LAF_562_depicting_image a crm:E36_Visual_Item . BIND(?LAF_562_depicting_image as ?value) . OPTIONAL {?LAF_562_depicting_image rdfs:label ?LAF_562_depicting_image_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P138i_has_representation ?LAF_562_depicting_image . ?LAF_562_depicting_image a crm:E36_Visual_Item . BIND(?LAF_562_depicting_image as ?value) . OPTIONAL {?LAF_562_depicting_image rdfs:label ?LAF_562_depicting_image_label . }} LIMIT 100 | recbx9bbJzruiymuQ | ||
PIRF.426 | Digital Reference | digital_reference | This field is used to link the documented entity to a digital object, expressed as a uri, which describes it. | ->P67i->D1[426_1] | uri | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . BIND(?PIRF_426_digital_reference as ?value) . OPTIONAL {?PIRF_426_digital_reference rdfs:label ?PIRF_426_digital_reference_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . BIND(?PIRF_426_digital_reference as ?value) . OPTIONAL {?PIRF_426_digital_reference rdfs:label ?PIRF_426_digital_reference_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?PIRF_426_digital_reference ?PIRF_426_digital_reference_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . BIND(?PIRF_426_digital_reference as ?value) . OPTIONAL {?PIRF_426_digital_reference rdfs:label ?PIRF_426_digital_reference_label . } } LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . BIND(?PIRF_426_digital_reference as ?value) . OPTIONAL {?PIRF_426_digital_reference rdfs:label ?PIRF_426_digital_reference_label . } } LIMIT 100 | recWeUFeJ8uTxndmo | ||
PIRF.427 | Digital Reference Type | digital_reference_type | This field is used to indicate the type of a a digital object, expressed as a uri, which describes the documented entity. | ->P67i->D1[426_1]->P2->E55[427_1] | Concept | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . ?LAP_61_digital_reference crm:P2_has_type ?PIRF_427_digital_reference_type . BIND(?PIRF_427_digital_reference_type as ?value) . OPTIONAL {?PIRF_427_digital_reference_type rdfs:label ?PIRF_427_digital_reference_type_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . ?LAP_61_digital_reference crm:P2_has_type ?PIRF_427_digital_reference_type . BIND(?PIRF_427_digital_reference_type as ?value) . OPTIONAL {?PIRF_427_digital_reference_type rdfs:label ?PIRF_427_digital_reference_type_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?PIRF_427_digital_reference_type ?PIRF_427_digital_reference_type_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . ?LAP_61_digital_reference crm:P2_has_type ?PIRF_427_digital_reference_type . BIND(?PIRF_427_digital_reference_type as ?value) . OPTIONAL {?PIRF_427_digital_reference_type rdfs:label ?PIRF_427_digital_reference_type_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAP_61_digital_reference . ?LAP_61_digital_reference a crm:D1_Digital_Object . ?LAP_61_digital_reference crm:P2_has_type ?PIRF_427_digital_reference_type . BIND(?PIRF_427_digital_reference_type as ?value) . OPTIONAL {?PIRF_427_digital_reference_type rdfs:label ?PIRF_427_digital_reference_type_label . }} LIMIT 100 | recr4hr85FHeBQjia | ||
LAF.39 | Source Reference Work | source_reference | This field is used to link the documented entity to an instance of textual work which references it. | ->p67i->E33[39_1] | Reference Model | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAF_39_source_reference . ?LAF_39_source_reference a crm:E33_Linguistic_Object . BIND(?LAF_39_source_reference as ?value) . OPTIONAL {?LAF_39_source_reference rdfs:label ?LAF_39_source_reference_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAF_39_source_reference . ?LAF_39_source_reference a crm:E33_Linguistic_Object . BIND(?LAF_39_source_reference as ?value) . OPTIONAL {?LAF_39_source_reference rdfs:label ?LAF_39_source_reference_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_39_source_reference ?LAF_39_source_reference_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAF_39_source_reference . ?LAF_39_source_reference a crm:E33_Linguistic_Object . BIND(?LAF_39_source_reference as ?value) . OPTIONAL {?LAF_39_source_reference rdfs:label ?LAF_39_source_reference_label . }} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by ?LAF_39_source_reference . ?LAF_39_source_reference a crm:E33_Linguistic_Object . BIND(?LAF_39_source_reference as ?value) . OPTIONAL {?LAF_39_source_reference rdfs:label ?LAF_39_source_reference_label . }} LIMIT 100 | rec98Bfciy1Z6CW0e | ||
LAF.54 | Internal Label | label | This field is used to record the string value of the machine readable label used for the documented place. | rdfs:label->rdf:literal | String | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT * WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject rdfs:label ?LAF_54_label . BIND(?LAF_54_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject rdfs:label ?LAF_54_label . BIND(?LAF_54_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT distinct?LAF_54_label ?LAF_54_label_label WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject rdfs:label ?LAF_54_label . BIND(?LAF_54_label as ?value) .} LIMIT 100 | PREFIX la: <https://linked.art/ns/terms/> PREFIX aat: <http://vocab.getty.edu/aat/> PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> PREFIX crmdig: <http://www.ics.forth.gr/isl/CRMdig/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT (count(distinct?value) as ?value_count) WHERE { ?subject a crm:E53_Place . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject rdfs:label ?LAF_54_label . BIND(?LAF_54_label as ?value) .} LIMIT 100 | rec2IEXFEX4hYoeC8 |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Internal Label: Sample
Internal Label |
Source Reference Work: Sample
Source Reference Work |
Digital Reference: Sample
Digital Reference | Digital Reference Type |
Depicted by Image: Sample
Depicted by Image |
Generated by Zellīj, © 2021.