Group
| Derivative Generators |
|---|
Attributes
|
KeyField
|
LAM_OLD.4_group
|
|---|---|
|
Identifier
|
LAM_OLD.4
|
|
Name
|
Group
|
|
Description
|
One or more people, potentially sub-divided into further groups, that can act collectively. For example a research team, a department or an organization.
|
|
Documentation
|
https://linked.art/model/actor/
|
|
API Documentation
|
https://linked.art/api/1.0/endpoint/group/
|
|
Arches Example
|
http://www.thesemantictakin.com:8000/graph_designer/d6774bfc-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:E74_Group .
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:E74_Group .
OPTIONAL {?subject rdfs:label ?subject_label . }
}
|
|
Count
|
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Samples
| Group | Group Label |
|---|---|
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_OLD.6 | Name | name_content | This field is used to record the string value of the name attributed to the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_6_name_content ?LAF_OLD_6_name_content_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.5 | Name Type | name_type | This field is used to record the type of the name attributed to the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_5_name_type ?LAF_OLD_5_name_type_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.7 | Name Language | name_language | This field is used to record the language of the name attributed to the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_7_name_language ?LAF_OLD_7_name_language_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.44 | Source Reference Work for Name | name_source_reference | This field is used to link to a source text in which the name denoting the documented group 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:E74_Group . 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:E74_Group . 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_OLD_44_name_source_reference ?LAF_OLD_44_name_source_reference_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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 name that is used to denote the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_4_name_label ?LAF_OLD_4_name_label_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.500 | Name Part | name_part | This field is used to link the documented name of an entity to its relevant name part. | ->p1->E33_E41[4_1]->p106->E33_E41[500_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:E74_Group . 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 ?LAF_500_name_part . BIND(?LAF_500_name_part as ?value) . OPTIONAL { ?LAF_500_name_part rdfs:label ?LAF_500_name_part_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:E74_Group . 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 ?LAF_500_name_part . BIND(?LAF_500_name_part as ?value) . OPTIONAL { ?LAF_500_name_part rdfs:label ?LAF_500_name_part_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_OLD_500_name_part ?LAF_OLD_500_name_part_label WHERE { ?subject a crm:E74_Group . 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 ?LAF_500_name_part . BIND(?LAF_500_name_part as ?value) . OPTIONAL { ?LAF_500_name_part rdfs:label ?LAF_500_name_part_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:E74_Group . 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 ?LAF_500_name_part . BIND(?LAF_500_name_part as ?value) . OPTIONAL { ?LAF_500_name_part rdfs:label ?LAF_500_name_part_label . } } LIMIT 100 | recEy8nWOh68KOG18 | ||
| LAF_OLD.10 | Identifier | identifier_content | This field is used to record an identifier attributed to the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_10_identifier_content ?LAF_OLD_10_identifier_content_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.9 | Identifier Type | identifier_type | This field is used to record the type of the identifier attributed to the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_9_identifier_type ?LAF_OLD_9_identifier_type_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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 group 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:E74_Group . 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:E74_Group . 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_OLD_45_identifier_source_reference ?LAF_OLD_45_identifier_source_reference_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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 group. | ->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:E74_Group . 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:E74_Group . 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_OLD_8_identifier_label ?LAF_OLD_8_identifier_label_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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:E74_Group . 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:E74_Group . 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_OLD_434_identifier_data_assignment ?LAF_OLD_434_identifier_data_assignment_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.170 | Contact Point | contact_point_content | This field is used to record an contact point attributed to the documented group. | ->P76->E42[168_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P190_has_symbolic_content ?LAF_170_contact_point_content . BIND(?LAF_170_contact_point_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P190_has_symbolic_content ?LAF_170_contact_point_content . BIND(?LAF_170_contact_point_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_OLD_170_contact_point_content ?LAF_OLD_170_contact_point_content_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P190_has_symbolic_content ?LAF_170_contact_point_content . BIND(?LAF_170_contact_point_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P190_has_symbolic_content ?LAF_170_contact_point_content . BIND(?LAF_170_contact_point_content as ?value) . } LIMIT 100 | reclcVTuNnS2876SK | ||
| LAF_OLD.169 | Contact Point Type | contact_point_type | This field is used to record the type of the contact point attributed to the documented group. | ->P76->E42[168_1]->P2->E55[169_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P2_has_type ?LAF_169_contact_point_type . BIND(?LAF_169_contact_point_type as ?value) . OPTIONAL { ?LAF_169_contact_point_type rdfs:label ?LAF_169_contact_point_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P2_has_type ?LAF_169_contact_point_type . BIND(?LAF_169_contact_point_type as ?value) . OPTIONAL { ?LAF_169_contact_point_type rdfs:label ?LAF_169_contact_point_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_OLD_169_contact_point_type ?LAF_OLD_169_contact_point_type_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P2_has_type ?LAF_169_contact_point_type . BIND(?LAF_169_contact_point_type as ?value) . OPTIONAL { ?LAF_169_contact_point_type rdfs:label ?LAF_169_contact_point_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P2_has_type ?LAF_169_contact_point_type . BIND(?LAF_169_contact_point_type as ?value) . OPTIONAL { ?LAF_169_contact_point_type rdfs:label ?LAF_169_contact_point_type_label . }} LIMIT 100 | recSv8ZHUf6I4DRdp | ||
| LAF_OLD.171 | Source Reference Work for Contact Point | contact_point_source_reference | This field is used to link to a source text in which the contact point denoting the documented group is used. | ->P76->E42[168_1]->P67i->E33[171_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P67i_is_referred_to_by ?LAF_171_contact_point_source_reference . BIND(?LAF_171_contact_point_source_reference as ?value) . OPTIONAL {?LAF_171_contact_point_source_reference rdfs:label ?LAF_171_contact_point_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P67i_is_referred_to_by ?LAF_171_contact_point_source_reference . BIND(?LAF_171_contact_point_source_reference as ?value) . OPTIONAL {?LAF_171_contact_point_source_reference rdfs:label ?LAF_171_contact_point_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_OLD_171_contact_point_source_reference ?LAF_OLD_171_contact_point_source_reference_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P67i_is_referred_to_by ?LAF_171_contact_point_source_reference . BIND(?LAF_171_contact_point_source_reference as ?value) . OPTIONAL {?LAF_171_contact_point_source_reference rdfs:label ?LAF_171_contact_point_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point crm:P67i_is_referred_to_by ?LAF_171_contact_point_source_reference . BIND(?LAF_171_contact_point_source_reference as ?value) . OPTIONAL {?LAF_171_contact_point_source_reference rdfs:label ?LAF_171_contact_point_source_reference_label . }} LIMIT 100 | reccOJenRCcjysj6O | ||
| LAF_OLD.168 | Contact Point Label | contact_point_label | This field is used to record the string value of the machine readable label used for displaying the instance of contact point that is used to denote the documented group. | ->P76->E42[168_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point rdfs:label ?LAF_168_contact_point_label . BIND(?LAF_168_contact_point_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point rdfs:label ?LAF_168_contact_point_label . BIND(?LAF_168_contact_point_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_OLD_168_contact_point_label ?LAF_OLD_168_contact_point_label_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point rdfs:label ?LAF_168_contact_point_label . BIND(?LAF_168_contact_point_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P1_is_identified_by ?LAP_16_contact_point . ?LAP_16_contact_point a crm:E42_Identifier . ?LAP_16_contact_point rdfs:label ?LAF_168_contact_point_label . BIND(?LAF_168_contact_point_label as ?value) .} LIMIT 100 | recXI1GSVRXRyQCMm | ||
| LAF_OLD.37 | External URI | 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:E74_Group . 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:E74_Group . 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_OLD_37_exact_match ?LAF_OLD_37_exact_match_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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: Sample
| Subject | Name Part | Name Type | Source Reference Work for Name | Name Label | Name | Name Language | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Count: | Count: | Count: | Count: | Count: | Count: | Count: | ||||||
Identifier: Sample
| Subject | Identifier | Identifier Type | Identifier Label | Identifier Data Assignment | Source Reference Work for Identifier | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| Count: | Count: | Count: | Count: | Count: | Count: | |||||
Contact Point: Sample
| Subject | Contact Point Type | Contact Point Label | Source Reference Work for Contact Point | Contact Point | ||||
|---|---|---|---|---|---|---|---|---|
| Count: | Count: | Count: | Count: | Count: | ||||
Exact Match: Sample
| Subject | Exact Match | |
|---|---|---|
| Count: | Count: | |
[CAT.2] Existence
| 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_OLD.142 | Actor in Group Formation Event | group_formation_actor | This field is used to link the documented group formation activity to an actor responsible for carrying it out. | ->P95i->E66[139_1]->P14->E39[142_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P14_carried_out_by ?LAF_142_group_formation_actor . BIND(?LAF_142_group_formation_actor as ?value) . OPTIONAL {?LAF_142_group_formation_actor rdfs:label ?LAF_142_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P14_carried_out_by ?LAF_142_group_formation_actor . BIND(?LAF_142_group_formation_actor as ?value) . OPTIONAL {?LAF_142_group_formation_actor rdfs:label ?LAF_142_group_formation_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_OLD_142_group_formation_actor ?LAF_OLD_142_group_formation_actor_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P14_carried_out_by ?LAF_142_group_formation_actor . BIND(?LAF_142_group_formation_actor as ?value) . OPTIONAL {?LAF_142_group_formation_actor rdfs:label ?LAF_142_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P14_carried_out_by ?LAF_142_group_formation_actor . BIND(?LAF_142_group_formation_actor as ?value) . OPTIONAL {?LAF_142_group_formation_actor rdfs:label ?LAF_142_group_formation_actor_label . }} LIMIT 100 | rec5yuiocVtypGleo | ||
| LAF_OLD.139 | Location of Group Formation Event | group_formation_location | This field is used to link the documented group formation activity to a location at which it was carried out. | ->P95i->E66[139_1]->P7->E53[139_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P7_took_place_at ?LAF_139_group_formation_location . BIND(?LAF_139_group_formation_location as ?value) . OPTIONAL {?LAF_139_group_formation_location rdfs:label ?LAF_139_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P7_took_place_at ?LAF_139_group_formation_location . BIND(?LAF_139_group_formation_location as ?value) . OPTIONAL {?LAF_139_group_formation_location rdfs:label ?LAF_139_group_formation_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_OLD_139_group_formation_location ?LAF_OLD_139_group_formation_location_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P7_took_place_at ?LAF_139_group_formation_location . BIND(?LAF_139_group_formation_location as ?value) . OPTIONAL {?LAF_139_group_formation_location rdfs:label ?LAF_139_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P7_took_place_at ?LAF_139_group_formation_location . BIND(?LAF_139_group_formation_location as ?value) . OPTIONAL {?LAF_139_group_formation_location rdfs:label ?LAF_139_group_formation_location_label . }} LIMIT 100 | recNqQaHPjeVCwXd8 | ||
| LAF_OLD.149 | Group Formation Event Technique | group_formation_technique | This field is used to indicate a kind of technique used in the execution of the documented group formation activity. | ->P95i->E66[139_1]->P32->E55[149_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P32_used_general_technique ?LAF_149_group_formation_technique . BIND(?LAF_149_group_formation_technique as ?value) . OPTIONAL {?LAF_149_group_formation_technique rdfs:label ?LAF_149_group_formation_technique_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P32_used_general_technique ?LAF_149_group_formation_technique . BIND(?LAF_149_group_formation_technique as ?value) . OPTIONAL {?LAF_149_group_formation_technique rdfs:label ?LAF_149_group_formation_technique_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_OLD_149_group_formation_technique ?LAF_OLD_149_group_formation_technique_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P32_used_general_technique ?LAF_149_group_formation_technique . BIND(?LAF_149_group_formation_technique as ?value) . OPTIONAL {?LAF_149_group_formation_technique rdfs:label ?LAF_149_group_formation_technique_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P32_used_general_technique ?LAF_149_group_formation_technique . BIND(?LAF_149_group_formation_technique as ?value) . OPTIONAL {?LAF_149_group_formation_technique rdfs:label ?LAF_149_group_formation_technique_label . } } LIMIT 100 | recLWNpuMmAm5Tmtu | ||
| LAF_OLD.143 | Influence on Group Formation Event | group_formation_influence | This field is used to link the documented group formation activity to any entity which had a substantial influence on that activity. | ->P95i->E66[139_1]->P15->E1[143_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P15_influenced_by ?LAF_143_group_formation_influence . BIND(?LAF_143_group_formation_influence as ?value) . OPTIONAL {?LAF_143_group_formation_influence rdfs:label ?LAF_143_group_formation_influence_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P15_influenced_by ?LAF_143_group_formation_influence . BIND(?LAF_143_group_formation_influence as ?value) . OPTIONAL {?LAF_143_group_formation_influence rdfs:label ?LAF_143_group_formation_influence_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_OLD_143_group_formation_influence ?LAF_OLD_143_group_formation_influence_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P15_influenced_by ?LAF_143_group_formation_influence . BIND(?LAF_143_group_formation_influence as ?value) . OPTIONAL {?LAF_143_group_formation_influence rdfs:label ?LAF_143_group_formation_influence_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P15_influenced_by ?LAF_143_group_formation_influence . BIND(?LAF_143_group_formation_influence as ?value) . OPTIONAL {?LAF_143_group_formation_influence rdfs:label ?LAF_143_group_formation_influence_label . }} LIMIT 100 | recduwokRqMzc7IYe | ||
| LAF_OLD.152 | Related Event Causal to Group Formation Event | group_formation_cause | This field is used to link the documented group formation activity to another event which was the causal reason behind its coming to be. | ->P95i->E66[1391_1]->O13i->E5[152_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crmsci:O13i_was_triggered_by ?LAF_152_group_formation_cause . BIND(?LAF_152_group_formation_cause as ?value) . OPTIONAL {?LAF_152_group_formation_cause rdfs:label ?LAF_152_group_formation_cause_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crmsci:O13i_was_triggered_by ?LAF_152_group_formation_cause . BIND(?LAF_152_group_formation_cause as ?value) . OPTIONAL {?LAF_152_group_formation_cause rdfs:label ?LAF_152_group_formation_cause_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_OLD_152_group_formation_cause ?LAF_OLD_152_group_formation_cause_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crmsci:O13i_was_triggered_by ?LAF_152_group_formation_cause . BIND(?LAF_152_group_formation_cause as ?value) . OPTIONAL {?LAF_152_group_formation_cause rdfs:label ?LAF_152_group_formation_cause_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crmsci:O13i_was_triggered_by ?LAF_152_group_formation_cause . BIND(?LAF_152_group_formation_cause as ?value) . OPTIONAL {?LAF_152_group_formation_cause rdfs:label ?LAF_152_group_formation_cause_label . } } LIMIT 100 | recxQX8GpMSWeDACv | ||
| LAF_OLD.147 | Group Formation Event Type | group_formation_type | This field is used to record the formal type of the documented group formation activity. | ->P95i->E66[139_1]->P2->E55[147_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P2_has_type ?LAF_147_group_formation_type . BIND(?LAF_147_group_formation_type as ?value) . OPTIONAL {?LAF_147_group_formation_type rdfs:label ?LAF_147_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P2_has_type ?LAF_147_group_formation_type . BIND(?LAF_147_group_formation_type as ?value) . OPTIONAL {?LAF_147_group_formation_type rdfs:label ?LAF_147_group_formation_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_OLD_147_group_formation_type ?LAF_OLD_147_group_formation_type_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P2_has_type ?LAF_147_group_formation_type . BIND(?LAF_147_group_formation_type as ?value) . OPTIONAL {?LAF_147_group_formation_type rdfs:label ?LAF_147_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P2_has_type ?LAF_147_group_formation_type . BIND(?LAF_147_group_formation_type as ?value) . OPTIONAL {?LAF_147_group_formation_type rdfs:label ?LAF_147_group_formation_type_label . }} LIMIT 100 | rec1ct8APcuPN9yqs | ||
| LAF_OLD.141 | Source Reference Work for Group Formation Event | group_formation_source_reference | This field is used to link the documented group formation activity to a textual source which documents the activity itself. | ->P95i->E66[139_1]->P67i->E33[141_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P67i_is_referred_to_by ?LAF_141_group_formation_source_reference . BIND(?LAF_141_group_formation_source_reference as ?value) . OPTIONAL {?LAF_141_group_formation_source_reference rdfs:label ?LAF_141_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P67i_is_referred_to_by ?LAF_141_group_formation_source_reference . BIND(?LAF_141_group_formation_source_reference as ?value) . OPTIONAL {?LAF_141_group_formation_source_reference rdfs:label ?LAF_141_group_formation_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_OLD_141_group_formation_source_reference ?LAF_OLD_141_group_formation_source_reference_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P67i_is_referred_to_by ?LAF_141_group_formation_source_reference . BIND(?LAF_141_group_formation_source_reference as ?value) . OPTIONAL {?LAF_141_group_formation_source_reference rdfs:label ?LAF_141_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P67i_is_referred_to_by ?LAF_141_group_formation_source_reference . BIND(?LAF_141_group_formation_source_reference as ?value) . OPTIONAL {?LAF_141_group_formation_source_reference rdfs:label ?LAF_141_group_formation_source_reference_label . }} LIMIT 100 | recBUSVlyBkNEgPbp | ||
| LAF_OLD.148 | Group Formation Event Label | group_formation_label | This field is used to record the string value of the machine readable label used for the documented group formation activity. | ->P95i->E66[139_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation rdfs:label ?LAF_148_group_formation_label . BIND(?LAF_148_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation rdfs:label ?LAF_148_group_formation_label . BIND(?LAF_148_group_formation_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_OLD_148_group_formation_label ?LAF_OLD_148_group_formation_label_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation rdfs:label ?LAF_148_group_formation_label . BIND(?LAF_148_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation rdfs:label ?LAF_148_group_formation_label . BIND(?LAF_148_group_formation_label as ?value) .} LIMIT 100 | recqrimxWXo67PVk0 | ||
| LAF_OLD.146 | Timespan of Group Formation Event | group_formation_timespan | This field is used to link the documented group formation activity to an instance of time-span recording the temporal extent of the activity. | ->P95i->E66[139_1]->P4->E52[146_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P4_has_time-span ?LAF_146_group_formation_timespan . BIND(?LAF_146_group_formation_timespan as ?value) . OPTIONAL {?LAF_146_group_formation_timespan rdfs:label ?LAF_146_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P4_has_time-span ?LAF_146_group_formation_timespan . BIND(?LAF_146_group_formation_timespan as ?value) . OPTIONAL {?LAF_146_group_formation_timespan rdfs:label ?LAF_146_group_formation_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_OLD_146_group_formation_timespan ?LAF_OLD_146_group_formation_timespan_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P4_has_time-span ?LAF_146_group_formation_timespan . BIND(?LAF_146_group_formation_timespan as ?value) . OPTIONAL {?LAF_146_group_formation_timespan rdfs:label ?LAF_146_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P4_has_time-span ?LAF_146_group_formation_timespan . BIND(?LAF_146_group_formation_timespan as ?value) . OPTIONAL {?LAF_146_group_formation_timespan rdfs:label ?LAF_146_group_formation_timespan_label . }} LIMIT 100 | recWSNocyvKehOfeK | ||
| LAF_OLD.144 | Name for Group Formation Event | group_formation_name | This field is used to link the documented group formation activity to a name that has been attributed to it. | ->P95i->E66[139_1]->P1->E33_E41[144_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P1_is_identified_by ?LAF_144_group_formation_name . ?LAF_144_group_formation_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_144_group_formation_name as ?value) . OPTIONAL {?LAF_144_group_formation_name rdfs:label ?LAF_144_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P1_is_identified_by ?LAF_144_group_formation_name . ?LAF_144_group_formation_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_144_group_formation_name as ?value) . OPTIONAL {?LAF_144_group_formation_name rdfs:label ?LAF_144_group_formation_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_OLD_144_group_formation_name ?LAF_OLD_144_group_formation_name_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P1_is_identified_by ?LAF_144_group_formation_name . ?LAF_144_group_formation_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_144_group_formation_name as ?value) . OPTIONAL {?LAF_144_group_formation_name rdfs:label ?LAF_144_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P1_is_identified_by ?LAF_144_group_formation_name . ?LAF_144_group_formation_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_144_group_formation_name as ?value) . OPTIONAL {?LAF_144_group_formation_name rdfs:label ?LAF_144_group_formation_name_label . } } LIMIT 100 | reclxyLBGUWuh324F | ||
| LAF_OLD.150 | Identifier for Group Formation Event | group_formation_identifier | This field is used to link the documented group formation activity to an identifier that has been attributed to it. | ->P95i->E66[139_1]->P1->E42[150_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P1_is_identified_by ?LAF_150_group_formation_identifier . ?LAF_150_group_formation_identifier a crm:E42_Identifier . BIND(?LAF_150_group_formation_identifier as ?value) . OPTIONAL {?LAF_150_group_formation_identifier rdfs:label ?LAF_150_group_formation_identifier_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P1_is_identified_by ?LAF_150_group_formation_identifier . ?LAF_150_group_formation_identifier a crm:E42_Identifier . BIND(?LAF_150_group_formation_identifier as ?value) . OPTIONAL {?LAF_150_group_formation_identifier rdfs:label ?LAF_150_group_formation_identifier_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_OLD_150_group_formation_identifier ?LAF_OLD_150_group_formation_identifier_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P1_is_identified_by ?LAF_150_group_formation_identifier . ?LAF_150_group_formation_identifier a crm:E42_Identifier . BIND(?LAF_150_group_formation_identifier as ?value) . OPTIONAL {?LAF_150_group_formation_identifier rdfs:label ?LAF_150_group_formation_identifier_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P1_is_identified_by ?LAF_150_group_formation_identifier . ?LAF_150_group_formation_identifier a crm:E42_Identifier . BIND(?LAF_150_group_formation_identifier as ?value) . OPTIONAL {?LAF_150_group_formation_identifier rdfs:label ?LAF_150_group_formation_identifier_label . }} LIMIT 100 | rec33cycvTKNEuQme | ||
| LAF_OLD.151 | Statement about Group Formation Event | group_formation_statement | This field is used to link the documented group formation activity to a statement that describes it. | ->P95i->E66[139_1]->P67i->E33[151_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P67i_is_referred_to_by ?LAF_151_group_formation_statement . ?LAF_151_group_formation_statement a crm:E33_Linguistic_Object . ?LAF_151_group_formation_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_151_group_formation_statement as ?value) . OPTIONAL {?LAF_151_group_formation_statement rdfs:label ?LAF_151_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P67i_is_referred_to_by ?LAF_151_group_formation_statement . ?LAF_151_group_formation_statement a crm:E33_Linguistic_Object . ?LAF_151_group_formation_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_151_group_formation_statement as ?value) . OPTIONAL {?LAF_151_group_formation_statement rdfs:label ?LAF_151_group_formation_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_OLD_151_group_formation_statement ?LAF_OLD_151_group_formation_statement_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P67i_is_referred_to_by ?LAF_151_group_formation_statement . ?LAF_151_group_formation_statement a crm:E33_Linguistic_Object . ?LAF_151_group_formation_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_151_group_formation_statement as ?value) . OPTIONAL {?LAF_151_group_formation_statement rdfs:label ?LAF_151_group_formation_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P95i_was_formed_by ?LAP_14_group_formation . ?LAP_14_group_formation a crm:E66_Formation . ?LAP_14_group_formation crm:P67i_is_referred_to_by ?LAF_151_group_formation_statement . ?LAF_151_group_formation_statement a crm:E33_Linguistic_Object . ?LAF_151_group_formation_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_151_group_formation_statement as ?value) . OPTIONAL {?LAF_151_group_formation_statement rdfs:label ?LAF_151_group_formation_statement_label . }} LIMIT 100 | recC9E86PFAO6DGIj | ||
| LAF_OLD.153 | Location of Group Dissolution Event | group_dissolution_location | This field is used to link the documented group dissolution activity to a location at which it was carried out. | ->P99i->E68[153_1]->P7->E53[126_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P7_took_place_at ?LAF_153_group_dissolution_location . BIND(?LAF_153_group_dissolution_location as ?value) . OPTIONAL {?LAF_153_group_dissolution_location rdfs:label ?LAF_153_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P7_took_place_at ?LAF_153_group_dissolution_location . BIND(?LAF_153_group_dissolution_location as ?value) . OPTIONAL {?LAF_153_group_dissolution_location rdfs:label ?LAF_153_group_dissolution_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_OLD_153_group_dissolution_location ?LAF_OLD_153_group_dissolution_location_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P7_took_place_at ?LAF_153_group_dissolution_location . BIND(?LAF_153_group_dissolution_location as ?value) . OPTIONAL {?LAF_153_group_dissolution_location rdfs:label ?LAF_153_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P7_took_place_at ?LAF_153_group_dissolution_location . BIND(?LAF_153_group_dissolution_location as ?value) . OPTIONAL {?LAF_153_group_dissolution_location rdfs:label ?LAF_153_group_dissolution_location_label . } } LIMIT 100 | recdURqf97ECgnYPb | ||
| LAF_OLD.166 | Related Event Causal to Group Dissolution Event | group_dissolution_cause | This field is used to link the documented group dissolution activity to another event which was the causal reason behind its coming to be. | ->P99i->E68[1391_1]->O13i->E5[166_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crmsci:O13i_was_triggered_by ?LAF_166_group_dissolution_cause . BIND(?LAF_166_group_dissolution_cause as ?value) . OPTIONAL {?LAF_166_group_dissolution_cause rdfs:label ?LAF_166_group_dissolution_cause_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crmsci:O13i_was_triggered_by ?LAF_166_group_dissolution_cause . BIND(?LAF_166_group_dissolution_cause as ?value) . OPTIONAL {?LAF_166_group_dissolution_cause rdfs:label ?LAF_166_group_dissolution_cause_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_OLD_166_group_dissolution_cause ?LAF_OLD_166_group_dissolution_cause_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crmsci:O13i_was_triggered_by ?LAF_166_group_dissolution_cause . BIND(?LAF_166_group_dissolution_cause as ?value) . OPTIONAL {?LAF_166_group_dissolution_cause rdfs:label ?LAF_166_group_dissolution_cause_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crmsci:O13i_was_triggered_by ?LAF_166_group_dissolution_cause . BIND(?LAF_166_group_dissolution_cause as ?value) . OPTIONAL {?LAF_166_group_dissolution_cause rdfs:label ?LAF_166_group_dissolution_cause_label . } } LIMIT 100 | recOJvaw5uIJ4UGLM | ||
| LAF_OLD.161 | Group Dissolution Event Type | group_dissolution_type | This field is used to record the formal type of the documented group dissolution activity. | ->P99i->E68[153_1]->P2->E55[161_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P2_has_type ?LAF_161_group_dissolution_type . BIND(?LAF_161_group_dissolution_type as ?value) . OPTIONAL {?LAF_161_group_dissolution_type rdfs:label ?LAF_161_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P2_has_type ?LAF_161_group_dissolution_type . BIND(?LAF_161_group_dissolution_type as ?value) . OPTIONAL {?LAF_161_group_dissolution_type rdfs:label ?LAF_161_group_dissolution_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_OLD_161_group_dissolution_type ?LAF_OLD_161_group_dissolution_type_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P2_has_type ?LAF_161_group_dissolution_type . BIND(?LAF_161_group_dissolution_type as ?value) . OPTIONAL {?LAF_161_group_dissolution_type rdfs:label ?LAF_161_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P2_has_type ?LAF_161_group_dissolution_type . BIND(?LAF_161_group_dissolution_type as ?value) . OPTIONAL {?LAF_161_group_dissolution_type rdfs:label ?LAF_161_group_dissolution_type_label . }} LIMIT 100 | recU2jORujRre0UqO | ||
| LAF_OLD.155 | Source Reference Work for Group Dissolution Event | group_dissolution_source_reference | This field is used to link the documented group dissolution activity to a textual source which documents the activity itself. | ->P99i->E68[153_1]->P67i->E33[155_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P67i_is_referred_to_by ?LAF_155_group_dissolution_source_reference . BIND(?LAF_155_group_dissolution_source_reference as ?value) . OPTIONAL {?LAF_155_group_dissolution_source_reference rdfs:label ?LAF_155_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P67i_is_referred_to_by ?LAF_155_group_dissolution_source_reference . BIND(?LAF_155_group_dissolution_source_reference as ?value) . OPTIONAL {?LAF_155_group_dissolution_source_reference rdfs:label ?LAF_155_group_dissolution_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_OLD_155_group_dissolution_source_reference ?LAF_OLD_155_group_dissolution_source_reference_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P67i_is_referred_to_by ?LAF_155_group_dissolution_source_reference . BIND(?LAF_155_group_dissolution_source_reference as ?value) . OPTIONAL {?LAF_155_group_dissolution_source_reference rdfs:label ?LAF_155_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P67i_is_referred_to_by ?LAF_155_group_dissolution_source_reference . BIND(?LAF_155_group_dissolution_source_reference as ?value) . OPTIONAL {?LAF_155_group_dissolution_source_reference rdfs:label ?LAF_155_group_dissolution_source_reference_label . }} LIMIT 100 | rectR6SYmxC5B3Yq0 | ||
| LAF_OLD.162 | Group Dissolution Event Label | group_dissolution_label | This field is used to record the string value of the machine readable label used for the documented group dissolution activity. | ->P99i->E68[153_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution rdfs:label ?LAF_162_group_dissolution_label . BIND(?LAF_162_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution rdfs:label ?LAF_162_group_dissolution_label . BIND(?LAF_162_group_dissolution_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_OLD_162_group_dissolution_label ?LAF_OLD_162_group_dissolution_label_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution rdfs:label ?LAF_162_group_dissolution_label . BIND(?LAF_162_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution rdfs:label ?LAF_162_group_dissolution_label . BIND(?LAF_162_group_dissolution_label as ?value) .} LIMIT 100 | reci1Y2XQtV2ksqME | ||
| LAF_OLD.160 | TimeSpan of Group Dissolution Event | group_dissolution_timespan | This field is used to link the documented group dissolution activity to an instance of time-span recording the temporal extent of the activity. | ->P99i->E68[153_1]->P4->E52[160_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P4_has_time-span ?LAF_160_group_dissolution_timespan . BIND(?LAF_160_group_dissolution_timespan as ?value) . OPTIONAL {?LAF_160_group_dissolution_timespan rdfs:label ?LAF_160_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P4_has_time-span ?LAF_160_group_dissolution_timespan . BIND(?LAF_160_group_dissolution_timespan as ?value) . OPTIONAL {?LAF_160_group_dissolution_timespan rdfs:label ?LAF_160_group_dissolution_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_OLD_160_group_dissolution_timespan ?LAF_OLD_160_group_dissolution_timespan_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P4_has_time-span ?LAF_160_group_dissolution_timespan . BIND(?LAF_160_group_dissolution_timespan as ?value) . OPTIONAL {?LAF_160_group_dissolution_timespan rdfs:label ?LAF_160_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P4_has_time-span ?LAF_160_group_dissolution_timespan . BIND(?LAF_160_group_dissolution_timespan as ?value) . OPTIONAL {?LAF_160_group_dissolution_timespan rdfs:label ?LAF_160_group_dissolution_timespan_label . }} LIMIT 100 | recaIGMxu5NuOUGGA | ||
| LAF_OLD.158 | Name for Group Dissolution Event | group_dissolution_name | This field is used to link the documented group dissolution activity to a name that has been attributed to it. | ->P99i->E68[153_1]->P1->E33_E41[158_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P1_is_identified_by ?LAF_158_group_dissolution_name . ?LAF_158_group_dissolution_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_158_group_dissolution_name as ?value) . OPTIONAL {?LAF_158_group_dissolution_name rdfs:label ?LAF_158_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P1_is_identified_by ?LAF_158_group_dissolution_name . ?LAF_158_group_dissolution_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_158_group_dissolution_name as ?value) . OPTIONAL {?LAF_158_group_dissolution_name rdfs:label ?LAF_158_group_dissolution_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_OLD_158_group_dissolution_name ?LAF_OLD_158_group_dissolution_name_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P1_is_identified_by ?LAF_158_group_dissolution_name . ?LAF_158_group_dissolution_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_158_group_dissolution_name as ?value) . OPTIONAL {?LAF_158_group_dissolution_name rdfs:label ?LAF_158_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P1_is_identified_by ?LAF_158_group_dissolution_name . ?LAF_158_group_dissolution_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_158_group_dissolution_name as ?value) . OPTIONAL {?LAF_158_group_dissolution_name rdfs:label ?LAF_158_group_dissolution_name_label . }} LIMIT 100 | recRfKeMfckholDq8 | ||
| LAF_OLD.164 | Identifier for Group Dissolution Event | group_dissolution_identifier | This field is used to link the documented group dissolution activity to an identifier that has been attributed to it. | ->P99i->E68[153_1]->P1->E42[164_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P1_is_identified_by ?LAF_164_group_dissolution_identifier . ?LAF_164_group_dissolution_identifier a crm:E42_Identifier . BIND(?LAF_164_group_dissolution_identifier as ?value) . OPTIONAL {?LAF_164_group_dissolution_identifier rdfs:label ?LAF_164_group_dissolution_identifier_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P1_is_identified_by ?LAF_164_group_dissolution_identifier . ?LAF_164_group_dissolution_identifier a crm:E42_Identifier . BIND(?LAF_164_group_dissolution_identifier as ?value) . OPTIONAL {?LAF_164_group_dissolution_identifier rdfs:label ?LAF_164_group_dissolution_identifier_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_OLD_164_group_dissolution_identifier ?LAF_OLD_164_group_dissolution_identifier_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P1_is_identified_by ?LAF_164_group_dissolution_identifier . ?LAF_164_group_dissolution_identifier a crm:E42_Identifier . BIND(?LAF_164_group_dissolution_identifier as ?value) . OPTIONAL {?LAF_164_group_dissolution_identifier rdfs:label ?LAF_164_group_dissolution_identifier_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P1_is_identified_by ?LAF_164_group_dissolution_identifier . ?LAF_164_group_dissolution_identifier a crm:E42_Identifier . BIND(?LAF_164_group_dissolution_identifier as ?value) . OPTIONAL {?LAF_164_group_dissolution_identifier rdfs:label ?LAF_164_group_dissolution_identifier_label . }} LIMIT 100 | recx4m4W8K0m2f87z | ||
| LAF_OLD.165 | Statement about Group Dissolution Event | group_dissolution_statement | This field is used to link the documented group dissolution activity to a statement that describes it. | ->P99i->E68[153_1]->P67i->E33[165_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P67i_is_referred_to_by ?LAF_165_group_dissolution_statement . ?LAF_165_group_dissolution_statement a crm:E33_Linguistic_Object . ?LAF_165_group_dissolution_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_165_group_dissolution_statement as ?value) . OPTIONAL {?LAF_165_group_dissolution_statement rdfs:label ?LAF_165_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P67i_is_referred_to_by ?LAF_165_group_dissolution_statement . ?LAF_165_group_dissolution_statement a crm:E33_Linguistic_Object . ?LAF_165_group_dissolution_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_165_group_dissolution_statement as ?value) . OPTIONAL {?LAF_165_group_dissolution_statement rdfs:label ?LAF_165_group_dissolution_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_OLD_165_group_dissolution_statement ?LAF_OLD_165_group_dissolution_statement_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P67i_is_referred_to_by ?LAF_165_group_dissolution_statement . ?LAF_165_group_dissolution_statement a crm:E33_Linguistic_Object . ?LAF_165_group_dissolution_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_165_group_dissolution_statement as ?value) . OPTIONAL {?LAF_165_group_dissolution_statement rdfs:label ?LAF_165_group_dissolution_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P99i_was_dissolved_by ?LAP_15_group_dissolution . ?LAP_15_group_dissolution a crm:E68_Dissolution . ?LAP_15_group_dissolution crm:P67i_is_referred_to_by ?LAF_165_group_dissolution_statement . ?LAF_165_group_dissolution_statement a crm:E33_Linguistic_Object . ?LAF_165_group_dissolution_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_165_group_dissolution_statement as ?value) . OPTIONAL {?LAF_165_group_dissolution_statement rdfs:label ?LAF_165_group_dissolution_statement_label . }} LIMIT 100 | recGy3VVBUoSdFlSE |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Formation: Sample
| Subject | Group Formation Event Type | Identifier for Group Formation Event | Actor in Group Formation Event | Source Reference Work for Group Formation Event | Statement about Group Formation Event | Group Formation Event Technique | Location of Group Formation Event | Timespan of Group Formation Event | Influence on Group Formation Event | Name for Group Formation Event | Group Formation Event Label | Related Event Causal to Group Formation Event | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | ||||||||||||
Dissolution: Sample
| Subject | Statement about Group Dissolution Event | Related Event Causal to Group Dissolution Event | Name for Group Dissolution Event | Group Dissolution Event Type | TimeSpan of Group Dissolution Event | Location of Group Dissolution Event | Group Dissolution Event Label | Source Reference Work for Group Dissolution Event | Identifier for Group Dissolution Event | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | |||||||||
[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_OLD.11 | Type | type | This field is used to record the formal type of the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_11_type ?LAF_OLD_11_type_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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 | ||
| LAF_OLD.229 | Nationality | nationality | This field is used to record the nationality of the documented person. | ->p2->E55[229_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?PIRP_43_nationality . ?PIRP_43_nationality a crm:E55_Type . ?PIRP_43_nationality crm:P2_has_type <http://vocab.getty.edu/aat/300379842> . BIND (?PIRP_43_nationality as ?value) . BIND (?PIRP_43_nationality as ?LAF_229_nationality) . OPTIONAL {?LAF_229_nationality rdfs:label ?LAF_229_nationality_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?PIRP_43_nationality . ?PIRP_43_nationality a crm:E55_Type . ?PIRP_43_nationality crm:P2_has_type <http://vocab.getty.edu/aat/300379842> . BIND (?PIRP_43_nationality as ?value) . BIND (?PIRP_43_nationality as ?LAF_229_nationality) . OPTIONAL {?LAF_229_nationality rdfs:label ?LAF_229_nationality_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_OLD_229_nationality ?LAF_OLD_229_nationality_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?PIRP_43_nationality . ?PIRP_43_nationality a crm:E55_Type . ?PIRP_43_nationality crm:P2_has_type <http://vocab.getty.edu/aat/300379842> . BIND (?PIRP_43_nationality as ?value) . BIND (?PIRP_43_nationality as ?LAF_229_nationality) . OPTIONAL {?LAF_229_nationality rdfs:label ?LAF_229_nationality_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P2_has_type ?PIRP_43_nationality . ?PIRP_43_nationality a crm:E55_Type . ?PIRP_43_nationality crm:P2_has_type <http://vocab.getty.edu/aat/300379842> . BIND (?PIRP_43_nationality as ?value) . BIND (?PIRP_43_nationality as ?LAF_229_nationality) . OPTIONAL {?LAF_229_nationality rdfs:label ?LAF_229_nationality_label . }} LIMIT 100 | recexEFvDy8NGHsv7 | ||
| LAF_OLD.627 | Nationality Type Metatype | nationality_metatype | This field is used to document the type of a formal type of the nationality of an actor. | ->p2->E55[229_1]->p2->E55[627_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_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_OLD_627_nationality_metatype ?LAF_OLD_627_nationality_metatype_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } } LIMIT 100 | recbKxgmeBZiJacmV |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Type: Sample
| Subject | Type | |
|---|---|---|
| Count: | Count: | |
Nationality: Sample
| Subject | Nationality Metatype | Nationality | ||
|---|---|---|---|---|
| Count: | Count: | Count: | ||
[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_OLD.15 | Statement | statement_content | This field is used to record the actual textual content of the statement describing the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_15_statement_content ?LAF_OLD_15_statement_content_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.14 | Statement Type | statement_type | This field is used to record the formal type of the statement made about the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_14_statement_type ?LAF_OLD_14_statement_type_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.464 | Statement Type 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:E74_Group . 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:E74_Group . 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_OLD_464_statement_type_metatype ?PIRF_OLD_464_statement_type_metatype_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.16 | Statement Language | statement_language | This field is used to record the language of the statement describing the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_16_statement_language ?LAF_OLD_16_statement_language_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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 group 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:E74_Group . 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:E74_Group . 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_OLD_55_statement_source_reference ?LAF_OLD_55_statement_source_reference_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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 group. | ->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:E74_Group . 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:E74_Group . 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_OLD_13_statement_label ?LAF_OLD_13_statement_label_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.50 | Name for Statement | statement_name | This field is used to link to a name attributed to the statement made about the documented group. | ->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:E74_Group . 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:E74_Group . 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_OLD_50_statement_name ?LAF_OLD_50_statement_name_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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
| Subject | Statement Language | Source Reference Work for Statement | Statement Label | Statement | Name for Statement | Statement Classification Metatype | Statement Type | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | |||||||
[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_OLD.167 | Member of Group | member_of_group | This field is used to link the documented group to a broader group of which it is a member / forms a part. | ->P107i->E74[167_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P107i_is_current_or_former_member_of ?LAP_167_member_of_group . ?LAP_167_member_of_group a crm:E74_Group . BIND(?LAP_167_member_of_group as ?value) . OPTIONAL {?LAP_167_member_of_group rdfs:label ?LAP_167_member_of_group_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P107i_is_current_or_former_member_of ?LAP_167_member_of_group . ?LAP_167_member_of_group a crm:E74_Group . BIND(?LAP_167_member_of_group as ?value) . OPTIONAL {?LAP_167_member_of_group rdfs:label ?LAP_167_member_of_group_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_OLD_167_member_of_group ?LAF_OLD_167_member_of_group_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P107i_is_current_or_former_member_of ?LAP_167_member_of_group . ?LAP_167_member_of_group a crm:E74_Group . BIND(?LAP_167_member_of_group as ?value) . OPTIONAL {?LAP_167_member_of_group rdfs:label ?LAP_167_member_of_group_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P107i_is_current_or_former_member_of ?LAP_167_member_of_group . ?LAP_167_member_of_group a crm:E74_Group . BIND(?LAP_167_member_of_group as ?value) . OPTIONAL {?LAP_167_member_of_group rdfs:label ?LAP_167_member_of_group_label . }} LIMIT 100 | recc8HyvUMGFkUWBL |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Member of Group: Sample
| Subject | Member of Group | |
|---|---|---|
| Count: | Count: | |
[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_OLD.97 | Member 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:E74_Group . 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:E74_Group . 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_OLD_97_member_of_set ?LAF_OLD_97_member_of_set_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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 |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Member of Set: Sample
| Subject | Member of Set | |
|---|---|---|
| Count: | Count: | |
[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_OLD.129 | Colleague in Professional Activity | professional_activity_actor | This field is used to link the documented group's professional activity to other actors involved in carrying it out. | ->P14i->E7[126_1]->P14->E39[129_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P14_carried_out_by ?LAF_129_professional_activity_actor . BIND(?LAF_129_professional_activity_actor as ?value) . OPTIONAL {?LAF_129_professional_activity_actor rdfs:label ?LAF_129_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P14_carried_out_by ?LAF_129_professional_activity_actor . BIND(?LAF_129_professional_activity_actor as ?value) . OPTIONAL {?LAF_129_professional_activity_actor rdfs:label ?LAF_129_professional_activity_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_OLD_129_professional_activity_actor ?LAF_OLD_129_professional_activity_actor_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P14_carried_out_by ?LAF_129_professional_activity_actor . BIND(?LAF_129_professional_activity_actor as ?value) . OPTIONAL {?LAF_129_professional_activity_actor rdfs:label ?LAF_129_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P14_carried_out_by ?LAF_129_professional_activity_actor . BIND(?LAF_129_professional_activity_actor as ?value) . OPTIONAL {?LAF_129_professional_activity_actor rdfs:label ?LAF_129_professional_activity_actor_label . }} LIMIT 100 | recNgZnu6o3BQpGja | ||
| LAF_OLD.126 | Location of Professional Activity | professional_activity_location | This field is used to link the documented group's professional activity to a location at which it was carried out. | ->P14i->E7[126_1]->P7->E53[126_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P7_took_place_at ?LAF_126_professional_activity_location . BIND(?LAF_126_professional_activity_location as ?value) . OPTIONAL {?LAF_126_professional_activity_location rdfs:label ?LAF_126_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P7_took_place_at ?LAF_126_professional_activity_location . BIND(?LAF_126_professional_activity_location as ?value) . OPTIONAL {?LAF_126_professional_activity_location rdfs:label ?LAF_126_professional_activity_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_OLD_126_professional_activity_location ?LAF_OLD_126_professional_activity_location_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P7_took_place_at ?LAF_126_professional_activity_location . BIND(?LAF_126_professional_activity_location as ?value) . OPTIONAL {?LAF_126_professional_activity_location rdfs:label ?LAF_126_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P7_took_place_at ?LAF_126_professional_activity_location . BIND(?LAF_126_professional_activity_location as ?value) . OPTIONAL {?LAF_126_professional_activity_location rdfs:label ?LAF_126_professional_activity_location_label . }} LIMIT 100 | reci4Xr223h3NtcI7 | ||
| LAF_OLD.136 | Professional Activity Technique | professional_activity_technique | This field is used to indicate a kind of technique used in the execution of the documented group's professional activity. | ->P14i->E7[126_1]->P32->E55[136_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P32_used_general_technique ?LAF_136_professional_activity_technique . BIND(?LAF_136_professional_activity_technique as ?value) . OPTIONAL {?LAF_136_professional_activity_technique rdfs:label ?LAF_136_professional_activity_technique_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P32_used_general_technique ?LAF_136_professional_activity_technique . BIND(?LAF_136_professional_activity_technique as ?value) . OPTIONAL {?LAF_136_professional_activity_technique rdfs:label ?LAF_136_professional_activity_technique_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_OLD_136_professional_activity_technique ?LAF_OLD_136_professional_activity_technique_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P32_used_general_technique ?LAF_136_professional_activity_technique . BIND(?LAF_136_professional_activity_technique as ?value) . OPTIONAL {?LAF_136_professional_activity_technique rdfs:label ?LAF_136_professional_activity_technique_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P32_used_general_technique ?LAF_136_professional_activity_technique . BIND(?LAF_136_professional_activity_technique as ?value) . OPTIONAL {?LAF_136_professional_activity_technique rdfs:label ?LAF_136_professional_activity_technique_label . }} LIMIT 100 | recbK8C3lsxS1N2Xz | ||
| LAF_OLD.130 | Influence on Professional Activity | professional_activity_influence | This field is used to link the documented group's professional activity to any entity which had a substantial influence on that activity. | ->P14i->E7[126_1]->P15->E1[130_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P15_influenced_by ?LAF_130_professional_activity_influence . BIND(?LAF_130_professional_activity_influence as ?value) . OPTIONAL {?LAF_130_professional_activity_influence rdfs:label ?LAF_130_professional_activity_influence_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P15_influenced_by ?LAF_130_professional_activity_influence . BIND(?LAF_130_professional_activity_influence as ?value) . OPTIONAL {?LAF_130_professional_activity_influence rdfs:label ?LAF_130_professional_activity_influence_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_OLD_130_professional_activity_influence ?LAF_OLD_130_professional_activity_influence_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P15_influenced_by ?LAF_130_professional_activity_influence . BIND(?LAF_130_professional_activity_influence as ?value) . OPTIONAL {?LAF_130_professional_activity_influence rdfs:label ?LAF_130_professional_activity_influence_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P15_influenced_by ?LAF_130_professional_activity_influence . BIND(?LAF_130_professional_activity_influence as ?value) . OPTIONAL {?LAF_130_professional_activity_influence rdfs:label ?LAF_130_professional_activity_influence_label . }} LIMIT 100 | recANHN2zpdxKqE6w | ||
| LAF_OLD.134 | Professional Activity Type | professional_activity_type | This field is used to record the formal type of the documented group's professional activity. | ->P14i->E7[126_1]->P2->E55[134_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P2_has_type ?LAF_134_professional_activity_type . BIND(?LAF_134_professional_activity_type as ?value) . OPTIONAL {?LAF_134_professional_activity_type rdfs:label ?LAF_134_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P2_has_type ?LAF_134_professional_activity_type . BIND(?LAF_134_professional_activity_type as ?value) . OPTIONAL {?LAF_134_professional_activity_type rdfs:label ?LAF_134_professional_activity_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_OLD_134_professional_activity_type ?LAF_OLD_134_professional_activity_type_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P2_has_type ?LAF_134_professional_activity_type . BIND(?LAF_134_professional_activity_type as ?value) . OPTIONAL {?LAF_134_professional_activity_type rdfs:label ?LAF_134_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P2_has_type ?LAF_134_professional_activity_type . BIND(?LAF_134_professional_activity_type as ?value) . OPTIONAL {?LAF_134_professional_activity_type rdfs:label ?LAF_134_professional_activity_type_label . }} LIMIT 100 | recSR0M4UR3v0AADK | ||
| LAF_OLD.128 | Source Reference Work for Professional Activity | professional_activity_source_reference | This field is used to link the documented group's professional activity to a textual source which documents the professional itself. | ->P14i->E7[126_1]->P67i->E33[128_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_128_professional_activity_source_reference . BIND(?LAF_128_professional_activity_source_reference as ?value) . OPTIONAL {?LAF_128_professional_activity_source_reference rdfs:label ?LAF_128_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_128_professional_activity_source_reference . BIND(?LAF_128_professional_activity_source_reference as ?value) . OPTIONAL {?LAF_128_professional_activity_source_reference rdfs:label ?LAF_128_professional_activity_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_OLD_128_professional_activity_source_reference ?LAF_OLD_128_professional_activity_source_reference_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_128_professional_activity_source_reference . BIND(?LAF_128_professional_activity_source_reference as ?value) . OPTIONAL {?LAF_128_professional_activity_source_reference rdfs:label ?LAF_128_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_128_professional_activity_source_reference . BIND(?LAF_128_professional_activity_source_reference as ?value) . OPTIONAL {?LAF_128_professional_activity_source_reference rdfs:label ?LAF_128_professional_activity_source_reference_label . }} LIMIT 100 | recfj6st7myzE1TWp | ||
| LAF_OLD.135 | Professional Activity Label | professional_activity_label | This field is used to record the string value of the machine readable label used for the documented group's professional activity. | ->P14i->E7[126_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity rdfs:label ?LAF_135_professional_activity_label . BIND(?LAF_135_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity rdfs:label ?LAF_135_professional_activity_label . BIND(?LAF_135_professional_activity_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_OLD_135_professional_activity_label ?LAF_OLD_135_professional_activity_label_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity rdfs:label ?LAF_135_professional_activity_label . BIND(?LAF_135_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity rdfs:label ?LAF_135_professional_activity_label . BIND(?LAF_135_professional_activity_label as ?value) .} LIMIT 100 | recOTnJmlWsGSgMxg | ||
| LAF_OLD.133 | TimeSpan of Professional Activity | professional_activity_timespan | This field is used to link the documented group's professional activity to an instance of time-span recording the temporal extent of the activity. | ->P14i->E7[126_1]->P4->E52[133_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P4_has_time-span ?LAF_133_professional_activity_timespan . BIND(?LAF_133_professional_activity_timespan as ?value) . OPTIONAL {?LAF_133_professional_activity_timespan rdfs:label ?LAF_133_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P4_has_time-span ?LAF_133_professional_activity_timespan . BIND(?LAF_133_professional_activity_timespan as ?value) . OPTIONAL {?LAF_133_professional_activity_timespan rdfs:label ?LAF_133_professional_activity_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_OLD_133_professional_activity_timespan ?LAF_OLD_133_professional_activity_timespan_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P4_has_time-span ?LAF_133_professional_activity_timespan . BIND(?LAF_133_professional_activity_timespan as ?value) . OPTIONAL {?LAF_133_professional_activity_timespan rdfs:label ?LAF_133_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P4_has_time-span ?LAF_133_professional_activity_timespan . BIND(?LAF_133_professional_activity_timespan as ?value) . OPTIONAL {?LAF_133_professional_activity_timespan rdfs:label ?LAF_133_professional_activity_timespan_label . }} LIMIT 100 | recFduTdKY5x4L1Cu | ||
| LAF_OLD.131 | Name for Professional Activity | professional_activity_name | This field is used to link the documented group's professional activity to a name that has been attributed to it. | ->P14i->E7[126_1]->P1->E33_E41[131_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_131_professional_activity_name . ?LAF_131_professional_activity_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_131_professional_activity_name as ?value) . OPTIONAL {?LAF_131_professional_activity_name rdfs:label ?LAF_131_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_131_professional_activity_name . ?LAF_131_professional_activity_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_131_professional_activity_name as ?value) . OPTIONAL {?LAF_131_professional_activity_name rdfs:label ?LAF_131_professional_activity_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_OLD_131_professional_activity_name ?LAF_OLD_131_professional_activity_name_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_131_professional_activity_name . ?LAF_131_professional_activity_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_131_professional_activity_name as ?value) . OPTIONAL {?LAF_131_professional_activity_name rdfs:label ?LAF_131_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_131_professional_activity_name . ?LAF_131_professional_activity_name a crm:E33_E41_Linguistic_Appellation . BIND(?LAF_131_professional_activity_name as ?value) . OPTIONAL {?LAF_131_professional_activity_name rdfs:label ?LAF_131_professional_activity_name_label . }} LIMIT 100 | recNJg9VWjDhSsOLL | ||
| LAF_OLD.137 | Identifier for Professional Activity | professional_activity_identifier | This field is used to link the documented group's professional activity to an identifier that has been attributed to it. | ->P14i->E7[126_1]->P1->E42[137_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_137_professional_activity_identifier . ?LAF_137_professional_activity_identifier a crm:E42_Identifier . BIND(?LAF_137_professional_activity_identifie as ?value) . OPTIONAL {?LAF_137_professional_activity_identifier rdfs:label ?LAF_137_professional_activity_identifier_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_137_professional_activity_identifier . ?LAF_137_professional_activity_identifier a crm:E42_Identifier . BIND(?LAF_137_professional_activity_identifie as ?value) . OPTIONAL {?LAF_137_professional_activity_identifier rdfs:label ?LAF_137_professional_activity_identifier_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_OLD_137_professional_activity_identifier ?LAF_OLD_137_professional_activity_identifier_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_137_professional_activity_identifier . ?LAF_137_professional_activity_identifier a crm:E42_Identifier . BIND(?LAF_137_professional_activity_identifie as ?value) . OPTIONAL {?LAF_137_professional_activity_identifier rdfs:label ?LAF_137_professional_activity_identifier_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P1_is_identified_by ?LAF_137_professional_activity_identifier . ?LAF_137_professional_activity_identifier a crm:E42_Identifier . BIND(?LAF_137_professional_activity_identifie as ?value) . OPTIONAL {?LAF_137_professional_activity_identifier rdfs:label ?LAF_137_professional_activity_identifier_label . } } LIMIT 100 | recq6idCBJZ2PUkxB | ||
| LAF_OLD.138 | Statement about Professional Activity | professional_activity_statement | This field is used to link the documented group's professional activity to a statement that describes it. | ->P14i->E7[126_1]->P67i->E33[138_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_138_professional_activity_statement . ?LAF_138_professional_activity_statement a crm:E33_Linguistic_Object . ?LAF_138_professional_activity_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_138_professional_activity_statement as ?value) . OPTIONAL {?LAF_138_professional_activity_statement rdfs:label ?LAF_138_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_138_professional_activity_statement . ?LAF_138_professional_activity_statement a crm:E33_Linguistic_Object . ?LAF_138_professional_activity_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_138_professional_activity_statement as ?value) . OPTIONAL {?LAF_138_professional_activity_statement rdfs:label ?LAF_138_professional_activity_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_OLD_138_professional_activity_statement ?LAF_OLD_138_professional_activity_statement_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_138_professional_activity_statement . ?LAF_138_professional_activity_statement a crm:E33_Linguistic_Object . ?LAF_138_professional_activity_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_138_professional_activity_statement as ?value) . OPTIONAL {?LAF_138_professional_activity_statement rdfs:label ?LAF_138_professional_activity_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P14i_performed ?LAP_13_professional_activity . ?LAP_13_professional_activity a crm:E7_Activity . ?LAP_13_professional_activity crm:P67i_is_referred_to_by ?LAF_138_professional_activity_statement . ?LAF_138_professional_activity_statement a crm:E33_Linguistic_Object . ?LAF_138_professional_activity_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_138_professional_activity_statement as ?value) . OPTIONAL {?LAF_138_professional_activity_statement rdfs:label ?LAF_138_professional_activity_statement_label . }} LIMIT 100 | recfmbQmMFTYfs7Xq | ||
| LAF_OLD.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:E74_Group . 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:E74_Group . 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_OLD_429_data_assignment_actor ?LAF_OLD_429_data_assignment_actor_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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:E74_Group . 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:E74_Group . 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_OLD_553_data_assignment_object_used ?LAF_OLD_553_data_assignment_object_used_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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:E74_Group . 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:E74_Group . 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_OLD_430_data_assignment_type ?LAF_OLD_430_data_assignment_type_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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:E74_Group . 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:E74_Group . 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_OLD_431_data_assignment_label ?LAF_OLD_431_data_assignment_label_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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:E74_Group . 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:E74_Group . 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_OLD_433_data_assignment_timespan ?LAF_OLD_433_data_assignment_timespan_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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:E74_Group . 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:E74_Group . 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_OLD_432_data_assignment_name ?LAF_OLD_432_data_assignment_name_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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:E74_Group . 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:E74_Group . 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_OLD_552_data_assignment_statement ?LAF_OLD_552_data_assignment_statement_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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
Professional Activity: Sample
| Subject | Influence on Professional Activity | TimeSpan of Professional Activity | Name for Professional Activity | Colleague in Professional Activity | Professional Activity Label | Professional Activity Type | Professional Activity Technique | Source Reference Work for Professional Activity | Statement about Professional Activity | Location of Professional Activity | Identifier for Professional Activity | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | |||||||||||
Data Assignment: Sample
| Subject | 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 | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Count: | Count: | Count: | Count: | Count: | Count: | Count: | Count: | |||||||
[CAT.18] Current Status
| 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_OLD.172 | Actor Residence or Associated Location | actor_associated_location | This field is used to link the documented actor to a place at which they have been resident. | ->P74->E53[172_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P74_has_current_or_former_residence ?LAF_172_actor_associated_location . ?LAF_172_actor_associated_location a crm:E53_Place . BIND(?LAF_172_actor_associated_location as ?value) . OPTIONAL {?LAF_172_actor_associated_location rdfs:label ?LAF_172_actor_associated_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P74_has_current_or_former_residence ?LAF_172_actor_associated_location . ?LAF_172_actor_associated_location a crm:E53_Place . BIND(?LAF_172_actor_associated_location as ?value) . OPTIONAL {?LAF_172_actor_associated_location rdfs:label ?LAF_172_actor_associated_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_OLD_172_actor_associated_location ?LAF_OLD_172_actor_associated_location_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P74_has_current_or_former_residence ?LAF_172_actor_associated_location . ?LAF_172_actor_associated_location a crm:E53_Place . BIND(?LAF_172_actor_associated_location as ?value) . OPTIONAL {?LAF_172_actor_associated_location rdfs:label ?LAF_172_actor_associated_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P74_has_current_or_former_residence ?LAF_172_actor_associated_location . ?LAF_172_actor_associated_location a crm:E53_Place . BIND(?LAF_172_actor_associated_location as ?value) . OPTIONAL {?LAF_172_actor_associated_location rdfs:label ?LAF_172_actor_associated_location_label . }} LIMIT 100 | recgD61jMQqldGk6t |
Ontology Graph
Instance Graph
Turtle RDF
JSON-LD
Actor Residence or Associated Location: Sample
| Subject | Actor Residence or Associated Location | |
|---|---|---|
| Count: | Count: | |
[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_OLD.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:E74_Group . 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:E74_Group . 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_OLD_562_depicting_image ?LAF_OLD_562_depicting_image_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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:E74_Group . 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:E74_Group . 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_OLD_426_digital_reference ?PIRF_OLD_426_digital_reference_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.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:E74_Group . 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:E74_Group . 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_OLD_427_digital_reference_type ?PIRF_OLD_427_digital_reference_type_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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_OLD.173 | Source Reference Work | source_reference_general | This field is used to link the documented group to an instance of textual work in which it is documented or mentioned. | ->P67i->E33[173_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by?LAF_173_source_reference_general . ?LAF_173_source_reference_general a crm:E33_Linguistic_Object . BIND(?LAF_173_source_reference_general as ?value) . OPTIONAL {?LAF_173_source_reference_general rdfs:label ?LAF_173_source_reference_general_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by?LAF_173_source_reference_general . ?LAF_173_source_reference_general a crm:E33_Linguistic_Object . BIND(?LAF_173_source_reference_general as ?value) . OPTIONAL {?LAF_173_source_reference_general rdfs:label ?LAF_173_source_reference_general_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_OLD_173_source_reference_general ?LAF_OLD_173_source_reference_general_label WHERE { ?subject a crm:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by?LAF_173_source_reference_general . ?LAF_173_source_reference_general a crm:E33_Linguistic_Object . BIND(?LAF_173_source_reference_general as ?value) . OPTIONAL {?LAF_173_source_reference_general rdfs:label ?LAF_173_source_reference_general_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:E74_Group . OPTIONAL {?subject rdfs:label ?subject_label . } ?subject crm:P67i_is_referred_to_by?LAF_173_source_reference_general . ?LAF_173_source_reference_general a crm:E33_Linguistic_Object . BIND(?LAF_173_source_reference_general as ?value) . OPTIONAL {?LAF_173_source_reference_general rdfs:label ?LAF_173_source_reference_general_label . }} LIMIT 100 | recZnLHr0vlaG4v7d | ||
| LAF_OLD.54 | Internal Label | label | This field is used to record the string value of the machine readable label used for the documented group. | 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:E74_Group . 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:E74_Group . 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_OLD_54_label ?LAF_OLD_54_label_label WHERE { ?subject a crm:E74_Group . 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:E74_Group . 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
| Subject | Internal Label | |
|---|---|---|
| Count: | Count: | |
Digital Reference: Sample
| Subject | Digital Reference | Digital Reference Type | ||
|---|---|---|---|---|
| Count: | Count: | Count: | ||
Source Reference Work: Sample
| Subject | Source Reference Work | |
|---|---|---|
| Count: | Count: | |
Depicted by Image: Sample
| Subject | Depicted by Image | |
|---|---|---|
| Count: | Count: | |
Generated by Zellīj, © 2021.