Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datatypes in observation object resources #18

Open
csarven opened this issue Jan 5, 2013 · 3 comments
Open

Datatypes in observation object resources #18

csarven opened this issue Jan 5, 2013 · 3 comments

Comments

@csarven
Copy link
Owner

csarven commented Jan 5, 2013

Add appropriate datatypes to the object resources in observations when they are not explicitly given via structure:TextFormat in KeyFamily. This is really about checking literals for known patterns.

@csarven
Copy link
Owner Author

csarven commented Jan 24, 2013

See also Issue #2

@csarven
Copy link
Owner Author

csarven commented Feb 23, 2013

Commit fca8e69 detects xsd:decimal type and assigns rdf:datatype xsd:decimal . Otherwise left as literal.

Leaving this issue open for other enhancements.

@csarven
Copy link
Owner Author

csarven commented Mar 18, 2013

For some of the Attributes e.g.:

<structure:Attribute isTimeFormat="true" assignmentStatus="Mandatory" attachmentLevel="Series" conceptAgency="ECB" conceptVersion="1.0" conceptRef="TIME_FORMAT">
    <structure:TextFormat maxLength="3" minLength="3" textType="String"/>
</structure:Attribute>

if a URI is not used, the literal shouldn't be datatyped. In the case above, the datatype is xsd:string and that's not fun to query with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant