vangoghworldwide / linkedart

Documentation on the use of linkedart - with examples
11 stars 1 forks source link

How do we model "unsigned"? #30

Open ivozandhuis opened 3 years ago

ivozandhuis commented 3 years ago

We need to create a pattern for the explicit statement that the artwork is unsigned. At this moment I solved this by

vangoghworldwide commented 3 years ago

IWe have to look in the direction of AttributeAssignment here. A quick sketch gives me something like this. Using a VGW concept for the type.

"assigned_by": [
  {
    "id": "http://.../assignment", 
    "type": "AttributeAssignment", 
    "classified_as": [
      {
        "id": "https://vangoghworldwide.org/data/concept/unsigned", 
        "type": "Type", 
        "_label": "Unsigned"
      }
    ], 
    "assigned": {
      "carries": [
        {
          "type": "LinguisticObject", 
          "classified_as": [
            {
              "id": "http://vocab.getty.edu/aat/300028705",
              "type": "Type",
              "_label": "signatures"
            }
          ],
        }
      ]
    }
  }
]

I have two questions.

I will post this to the linked art list? Any feedback before I do that?

Using the carried_out_by the curator/research to makes the "unsigned" statement can be added. And also the time that the statement was made can be added.